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

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: Fixes from review 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
« no previous file with comments | « lib/unittest/dom_config.dart ('k') | samples/matrix/matrix_client.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/unittest/unittest.dart
diff --git a/lib/unittest/unittest.dart b/lib/unittest/unittest.dart
index a59a12c218eed25d0bc10fcc4e99693df54f9cb6..cc0e150cd9fdb730b5ccd0eb48b64f033433ea5d 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.
« no previous file with comments | « lib/unittest/dom_config.dart ('k') | samples/matrix/matrix_client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698