| 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 ad6860c5b2c4aa20bb27327f112c700175e0b8ee..b8406866ec7df77f47acfa8ba8a24bc1b4e40451 100644
|
| --- a/mojo/dart/test/handle_watcher_test.dart
|
| +++ b/mojo/dart/test/handle_watcher_test.dart
|
| @@ -6,8 +6,8 @@ import 'dart:async';
|
| import 'dart:isolate';
|
| import 'dart:typed_data';
|
|
|
| -import 'package:mojo/dart/testing/expect.dart';
|
| -import 'package:mojo/public/dart/core.dart';
|
| +import 'package:testing/expect.dart';
|
| +import 'package:mojo/core.dart';
|
|
|
| void simpleTest() {
|
| var pipe = new MojoMessagePipe();
|
|
|