| Index: pkg/front_end/test/fasta/shaker_test.dart | 
| diff --git a/pkg/front_end/test/fasta/shaker_test.dart b/pkg/front_end/test/fasta/shaker_test.dart | 
| index ba43192eafa4992f08636b4937c1f06109a8e888..02543553d28bfe8bdab9574cb007591ca230110c 100644 | 
| --- a/pkg/front_end/test/fasta/shaker_test.dart | 
| +++ b/pkg/front_end/test/fasta/shaker_test.dart | 
| @@ -39,7 +39,8 @@ import 'package:testing/testing.dart' | 
| show Chain, ChainContext, ExpectationSet, Result, Step, TestDescription; | 
| import 'testing/suite.dart'; | 
|  | 
| -main(List<String> arguments) => runMe(arguments, createContext, "testing.json"); | 
| +main(List<String> arguments) => | 
| +    runMe(arguments, createContext, "../../testing.json"); | 
|  | 
| Future<TreeShakerContext> createContext( | 
| Chain suite, Map<String, String> environment) { | 
|  |