Index: mojo/dart/test/simple_handle_watcher_test.dart |
diff --git a/mojo/dart/test/simple_handle_watcher_test.dart b/mojo/dart/test/simple_handle_watcher_test.dart |
index 947fcfaa4461b52640621fbf1af1847ad53303ed..c4f74a08b26f52f9efecd1ed76bf96b1b43de371 100644 |
--- a/mojo/dart/test/simple_handle_watcher_test.dart |
+++ b/mojo/dart/test/simple_handle_watcher_test.dart |
@@ -4,7 +4,7 @@ |
import 'dart:async'; |
import 'dart:isolate'; |
-import 'mojo:core' as core; |
+import 'dart:mojo.core' as core; |
main() { |
var pipe = new core.MojoMessagePipe(); |