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 91aa6459d1161a56de4bf07c041235a1328bed22..724410aaf1de73dfe65534da97c8c41b675bf6f5 100644 |
--- a/tests/compiler/dart2js/part_of_test.dart |
+++ b/tests/compiler/dart2js/part_of_test.dart |
@@ -7,8 +7,8 @@ library part_of_test; |
import "package:expect/expect.dart"; |
import "package:async_helper/async_helper.dart"; |
import 'mock_compiler.dart'; |
-import 'package:compiler/src/dart2jslib.dart' |
- show MessageKind; |
+import 'package:compiler/src/messages.dart' show |
+ MessageKind; |
final libraryUri = Uri.parse('test:library.dart'); |
const String LIBRARY_SOURCE = ''' |