Index: tests/try/poi/poi_find_test.dart |
diff --git a/tests/try/poi/poi_find_test.dart b/tests/try/poi/poi_find_test.dart |
index 495e59f7c983fd71ddabdf11fe80b18db3843ee6..496697a01e3d5dbe5ea97b90ae40469fa7261c90 100644 |
--- a/tests/try/poi/poi_find_test.dart |
+++ b/tests/try/poi/poi_find_test.dart |
@@ -18,10 +18,10 @@ import 'package:async_helper/async_helper.dart'; |
import 'package:expect/expect.dart'; |
-import 'package:compiler/implementation/elements/elements.dart' show |
+import 'package:compiler/src/elements/elements.dart' show |
Element; |
-import 'package:compiler/implementation/source_file_provider.dart' show |
+import 'package:compiler/src/source_file_provider.dart' show |
FormattingDiagnosticHandler; |
Future testPoi() { |