| Index: mojo/dart/test/core_test.dart
|
| diff --git a/mojo/dart/test/core_test.dart b/mojo/dart/test/core_test.dart
|
| index c62a26787d93217ee68f71f17c33d2a4fe5bdfc7..c8e6537e7ac81162a83fc43f863edb9dddaccc02 100644
|
| --- a/mojo/dart/test/core_test.dart
|
| +++ b/mojo/dart/test/core_test.dart
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import 'dart:mojo_core';
|
| import 'dart:typed_data';
|
| +import 'mojo:core';
|
|
|
| import 'package:mojo/dart/testing/expect.dart';
|
|
|
|
|