| 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 0bdf0d79cb986e294d503e7d8fc5b3d40f0c167d..8e15b229114a40e3dcc630df13470c41495bd790 100644
|
| --- a/pkg/front_end/test/fasta/compile_test.dart
|
| +++ b/pkg/front_end/test/fasta/compile_test.dart
|
| @@ -15,4 +15,5 @@ Future<FastaContext> createContext(
|
| return FastaContext.create(suite, environment);
|
| }
|
|
|
| -main(List<String> arguments) => runMe(arguments, createContext, "testing.json");
|
| +main(List<String> arguments) =>
|
| + runMe(arguments, createContext, "../../testing.json");
|
|
|