| 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 2f2e39ee282469b414a5117851f36b2c1974488a..cba409788e3af2d6febe8d9b9b4f83800c76b1ad 100644
|
| --- a/pkg/front_end/test/fasta/compile_test.dart
|
| +++ b/pkg/front_end/test/fasta/compile_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");
|
|
|