Index: dart/tests/compiler/dart2js/part_of_test.dart |
diff --git a/dart/tests/compiler/dart2js/part_of_test.dart b/dart/tests/compiler/dart2js/part_of_test.dart |
index 4b0814bf5208fa2ee84df0a80b3921f21e0dbb45..4cf2e12cef731917cf1e87d5502502fd4108de8d 100644 |
--- a/dart/tests/compiler/dart2js/part_of_test.dart |
+++ b/dart/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 '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart' |
+import 'package:compiler/implementation/dart2jslib.dart' |
show MessageKind; |
final libraryUri = Uri.parse('test:library.dart'); |