| Index: mojo/dart/test/handle_watcher_test.dart
|
| diff --git a/mojo/dart/test/handle_watcher_test.dart b/mojo/dart/test/handle_watcher_test.dart
|
| index 7bc0d2fad3651388374a02abf9068a9b08e73bab..cec3c2e31e8ba1601edf08296a01c3a783c82c49 100644
|
| --- a/mojo/dart/test/handle_watcher_test.dart
|
| +++ b/mojo/dart/test/handle_watcher_test.dart
|
| @@ -5,9 +5,9 @@
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| import 'dart:typed_data';
|
| -import 'dart:mojo.core';
|
|
|
| import 'package:mojo/dart/testing/expect.dart';
|
| +import 'package:mojo/public/dart/core.dart';
|
|
|
| void simpleTest() {
|
| var pipe = new MojoMessagePipe();
|
|
|