| 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 a77215411b5d2366636c8750425689cafbe5a307..84fae030a9e871870cfb32b05ebadbdf18982948 100644
|
| --- a/pkg/front_end/test/fasta/kompile_test.dart
|
| +++ b/pkg/front_end/test/fasta/kompile_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");
|
|
|