Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: lib/unittest/unittest.dart

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/unittest/unittest.dart
diff --git a/lib/unittest/unittest.dart b/lib/unittest/unittest.dart
index 769b05eabe633655a6e4e2c36601af3b280f5b15..602f6859db358473994feac2b3c17c1be5b4e397 100644
--- a/lib/unittest/unittest.dart
+++ b/lib/unittest/unittest.dart
@@ -67,7 +67,7 @@
* Asynchronous tests: if callbacks expect between 0 and 2 positional arguments.
*
* #import('path-to-dart/lib/unittest/unitest.dart');
- * #import('dart:dom');
+ * #import('dart:dom_deprecated');
* main() {
* test('calllback is executed once', () {
* // wrap the callback of an asynchronous call with [expectAsync0] if
@@ -99,7 +99,7 @@
* but will be coming here soon).
*
* #import('path-to-dart/lib/unittest/unitest.dart');
- * #import('dart:dom');
+ * #import('dart:dom_deprecated');
* main() {
* test('calllback is executed', () {
* // indicate ahead of time that an async callback is expected.

Powered by Google App Engine
This is Rietveld 408576698