| Index: mojo/dart/test/handle_finalizer_test.dart
|
| diff --git a/mojo/dart/test/handle_finalizer_test.dart b/mojo/dart/test/handle_finalizer_test.dart
|
| index ca267ff5a359aa66bdb76e610c8177515a6517a3..d8134ad9dec32308e798092e851fa26a94b6718e 100644
|
| --- a/mojo/dart/test/handle_finalizer_test.dart
|
| +++ b/mojo/dart/test/handle_finalizer_test.dart
|
| @@ -4,8 +4,9 @@
|
|
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| -import 'dart:mojo_core';
|
| import 'dart:typed_data';
|
| +import 'mojo:core';
|
| +
|
|
|
| import 'package:mojo/dart/testing/expect.dart';
|
|
|
|
|