| 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 6073fd83220b9efd37c394329edf17d99de498e1..947fcfaa4461b52640621fbf1af1847ad53303ed 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 'dart:mojo_core' as core;
|
| +import 'mojo:core' as core;
|
|
|
| main() {
|
| var pipe = new core.MojoMessagePipe();
|
|
|