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