| Index: tests/compiler/dart2js/part_of_test.dart
|
| diff --git a/tests/compiler/dart2js/part_of_test.dart b/tests/compiler/dart2js/part_of_test.dart
|
| index 724410aaf1de73dfe65534da97c8c41b675bf6f5..979d9ca7bd1365e2ce26d109fdb923743ced8b12 100644
|
| --- a/tests/compiler/dart2js/part_of_test.dart
|
| +++ b/tests/compiler/dart2js/part_of_test.dart
|
| @@ -6,9 +6,9 @@ library part_of_test;
|
|
|
| import "package:expect/expect.dart";
|
| import "package:async_helper/async_helper.dart";
|
| -import 'mock_compiler.dart';
|
| -import 'package:compiler/src/messages.dart' show
|
| +import 'package:compiler/src/diagnostics/messages.dart' show
|
| MessageKind;
|
| +import 'mock_compiler.dart';
|
|
|
| final libraryUri = Uri.parse('test:library.dart');
|
| const String LIBRARY_SOURCE = '''
|
|
|