| Index: pkg/front_end/test/fasta/kompile_test.dart
|
| diff --git a/pkg/front_end/test/fasta/kompile_test.dart b/pkg/front_end/test/fasta/kompile_test.dart
|
| index 65f66faa9beb94fc882d8465f33a9aa6d57090c3..34175ad50acb1dd7c1635295511a1cffbb4b6d26 100644
|
| --- a/pkg/front_end/test/fasta/kompile_test.dart
|
| +++ b/pkg/front_end/test/fasta/kompile_test.dart
|
| @@ -16,4 +16,4 @@ Future<FeContext> createContext(
|
| return TestContext.create(suite, environment, FeContext.create);
|
| }
|
|
|
| -main(List<String> arguments) => runMe(arguments, createContext);
|
| +main(List<String> arguments) => runMe(arguments, createContext, "testing.json");
|
|
|