Index: mojo/dart/apptest/apptest/apptest.dart |
diff --git a/mojo/dart/apptest/apptest/apptest.dart b/mojo/dart/apptest/apptest/apptest.dart |
index a3ae6a9b500edb26980d19cc2ae8a4929b6b3166..a50fde9bbfa37580ed3724aaeefb8323cf02a35a 100644 |
--- a/mojo/dart/apptest/apptest/apptest.dart |
+++ b/mojo/dart/apptest/apptest/apptest.dart |
@@ -5,9 +5,9 @@ |
library apptest; |
import 'dart:async'; |
-import 'mojo:application'; |
-import 'mojo:bindings'; |
-import 'mojo:core'; |
+import 'dart:mojo.application'; |
+import 'dart:mojo.bindings'; |
+import 'dart:mojo.core'; |
// Import and reexport the unittest package. We are a *.dartzip file designed to |
// be linked into your_apptest.mojo file and are your main entrypoint. |