| Index: mojo/dart/test/exception_test.dart
|
| diff --git a/mojo/dart/test/exception_test.dart b/mojo/dart/test/exception_test.dart
|
| index 5255a4895ad956ad47b9abb6d46b1592771f58fb..cdff637fd89cdf1dc1095a8e6427f115d2fbb741 100644
|
| --- a/mojo/dart/test/exception_test.dart
|
| +++ b/mojo/dart/test/exception_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 'package:mojo/public/dart/core.dart';
|
|
|
| main() {
|
| try {
|
|
|