Index: tests/compiler/dart2js/mirror_helper_test.dart |
diff --git a/tests/compiler/dart2js/mirror_helper_test.dart b/tests/compiler/dart2js/mirror_helper_test.dart |
index f9e1647ae45df11ceadc6680fa3f2ae2f4df8100..c94dd6df5980c75da4da2a5b313d73099040d4ba 100644 |
--- a/tests/compiler/dart2js/mirror_helper_test.dart |
+++ b/tests/compiler/dart2js/mirror_helper_test.dart |
@@ -6,15 +6,15 @@ import "package:expect/expect.dart"; |
import 'dart:async'; |
import "package:async_helper/async_helper.dart"; |
import 'memory_compiler.dart' show compilerFor; |
-import 'package:compiler/src/apiimpl.dart' show |
+import 'package:compiler/implementation/apiimpl.dart' show |
Compiler; |
-import 'package:compiler/src/elements/elements.dart' show |
+import 'package:compiler/implementation/elements/elements.dart' show |
Element, LibraryElement, ClassElement; |
-import 'package:compiler/src/tree/tree.dart' show |
+import 'package:compiler/implementation/tree/tree.dart' show |
Block, ExpressionStatement, FunctionExpression, Node, Send; |
-import 'package:compiler/src/dart_backend/dart_backend.dart' show |
+import 'package:compiler/implementation/dart_backend/dart_backend.dart' show |
DartBackend, ElementAst; |
-import 'package:compiler/src/mirror_renamer/mirror_renamer.dart' show |
+import 'package:compiler/implementation/mirror_renamer/mirror_renamer.dart' show |
MirrorRenamerImpl; |
main() { |