| Index: pkg/compiler/tool/perf_test.dart
|
| diff --git a/pkg/analyzer_cli/tool/perf_test.dart b/pkg/compiler/tool/perf_test.dart
|
| similarity index 92%
|
| copy from pkg/analyzer_cli/tool/perf_test.dart
|
| copy to pkg/compiler/tool/perf_test.dart
|
| index 3302a51e1d7dddcd52a816539837f5413a0fc277..20b647843dba72a878c523cecc8d11bb305a3747 100644
|
| --- a/pkg/analyzer_cli/tool/perf_test.dart
|
| +++ b/pkg/compiler/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 analyzer_cli.tool.perf_test;
|
| +library compiler.tool.perf_test;
|
|
|
| import 'perf.dart' as m;
|
|
|
|
|