| Index: tests/compiler/dart2js/import_mirrors_test.dart
|
| diff --git a/tests/compiler/dart2js/import_mirrors_test.dart b/tests/compiler/dart2js/import_mirrors_test.dart
|
| index 190d4142bc79158353e92b57a4c1b5023a9416a5..3d01af7ff46a086c303638a01001c6bec05064cd 100644
|
| --- a/tests/compiler/dart2js/import_mirrors_test.dart
|
| +++ b/tests/compiler/dart2js/import_mirrors_test.dart
|
| @@ -10,7 +10,7 @@ library dart2js.test.import;
|
| import 'dart:async';
|
| import 'package:expect/expect.dart';
|
| import 'package:async_helper/async_helper.dart';
|
| -import 'package:compiler/src/warnings.dart' show MessageKind, MessageTemplate;
|
| +import 'package:compiler/src/messages.dart' show MessageKind, MessageTemplate;
|
| import 'memory_compiler.dart';
|
|
|
| const DIRECT_IMPORT = const {
|
|
|