Index: tests/try/poi/compiler_test_case.dart |
diff --git a/tests/try/poi/compiler_test_case.dart b/tests/try/poi/compiler_test_case.dart |
index ce5903306b22267ebcb71e26fbac1458263f9df0..ef72dd25438f8aa566672f494aa5db6195f02574 100644 |
--- a/tests/try/poi/compiler_test_case.dart |
+++ b/tests/try/poi/compiler_test_case.dart |
@@ -21,10 +21,10 @@ import '../../compiler/dart2js/compiler_helper.dart' show |
export 'package:expect/expect.dart' show |
Expect; |
-import 'package:compiler/src/elements/elements.dart' show |
+import 'package:compiler/implementation/elements/elements.dart' show |
LibraryElement; |
-export 'package:compiler/src/elements/elements.dart' show |
+export 'package:compiler/implementation/elements/elements.dart' show |
LibraryElement; |
const String CONSTANT_CLASS = 'class Constant { const Constant(); }'; |