| Index: tests/compiler/dart2js/analyze_only_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_only_test.dart b/tests/compiler/dart2js/analyze_only_test.dart
|
| index f07e5b2fdcd4963e8fe253eb71013c0e52bc092c..bb5a2c387fa2808eccae6ffc6c1112db6ff53084 100644
|
| --- a/tests/compiler/dart2js/analyze_only_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_only_test.dart
|
| @@ -17,7 +17,7 @@ import 'package:compiler/src/diagnostics/messages.dart'
|
| import 'package:compiler/src/old_to_new_api.dart';
|
| import 'package:compiler/src/options.dart';
|
|
|
| -import 'dummy_compiler_test.dart' as dummy;
|
| +import '../dart2js_extra/dummy_compiler_test.dart' as dummy;
|
| import 'output_collector.dart';
|
|
|
| runCompiler(String main, List<String> options,
|
|
|