| Index: pkg/front_end/test/fasta/strong_test.dart
|
| diff --git a/pkg/front_end/test/fasta/strong_test.dart b/pkg/front_end/test/fasta/strong_test.dart
|
| index 718362aa207094bee3b7581e77c7e421cb7a018d..1a558c76910e891315a91314021c107f48a59ba4 100644
|
| --- a/pkg/front_end/test/fasta/strong_test.dart
|
| +++ b/pkg/front_end/test/fasta/strong_test.dart
|
| @@ -16,4 +16,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");
|
|
|