| 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 7dc690a6291114054566b5839de7b580d1d80067..dc60d5cb3d76d7062ac34334b7548add16f45c12 100644
|
| --- a/mojo/dart/test/handle_watcher_test.dart
|
| +++ b/mojo/dart/test/handle_watcher_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| -import 'dart:mojo_core';
|
| import 'dart:typed_data';
|
| +import 'mojo:core';
|
|
|
| import 'package:mojo/dart/testing/expect.dart';
|
|
|
|
|