Index: pkg/front_end/test/fasta/compile_test.dart |
diff --git a/pkg/front_end/test/fasta/compile_test.dart b/pkg/front_end/test/fasta/compile_test.dart |
index 5fc4e1d748c5df2341f92f5022f8ecfaa910e7bd..2f2e39ee282469b414a5117851f36b2c1974488a 100644 |
--- a/pkg/front_end/test/fasta/compile_test.dart |
+++ b/pkg/front_end/test/fasta/compile_test.dart |
@@ -7,7 +7,7 @@ library fasta.test.compile_test; |
import 'dart:async' show |
Future; |
-import 'package:fasta/testing/suite.dart'; |
+import 'package:front_end/src/fasta/testing/suite.dart'; |
Future<FeContext> createContext( |
Chain suite, Map<String, String> environment) { |