Index: pkg/front_end/tool/perf_test.dart |
diff --git a/pkg/compiler/tool/perf_test.dart b/pkg/front_end/tool/perf_test.dart |
similarity index 92% |
copy from pkg/compiler/tool/perf_test.dart |
copy to pkg/front_end/tool/perf_test.dart |
index 20b647843dba72a878c523cecc8d11bb305a3747..5abc06f3deac6fbe9f658ab896126600423b9ddd 100644 |
--- a/pkg/compiler/tool/perf_test.dart |
+++ b/pkg/front_end/tool/perf_test.dart |
@@ -4,7 +4,7 @@ |
/// The only purpose of this file is to enable analyzer tests on `perf.dart`, |
/// the code here just has a dummy import to the rest of the code. |
-library compiler.tool.perf_test; |
+library front_end.tool.perf_test; |
import 'perf.dart' as m; |