| Index: tests/compiler/dart2js/exit_code_test.dart
|
| diff --git a/tests/compiler/dart2js/exit_code_test.dart b/tests/compiler/dart2js/exit_code_test.dart
|
| index b67b0264eb2dec61755f0bdfacf09e2b28f255c1..67a04bd2feac5825cf0b160d967823f464377b20 100644
|
| --- a/tests/compiler/dart2js/exit_code_test.dart
|
| +++ b/tests/compiler/dart2js/exit_code_test.dart
|
| @@ -242,7 +242,7 @@ Future testExitCode(
|
| entry.compileFunc = compile;
|
|
|
| List<String> args = new List<String>.from(options)
|
| - ..add("tests/compiler/dart2js/exit_code_helper.dart");
|
| + ..add("tests/compiler/dart2js/data/exit_code_helper.dart");
|
| Future result = entry.internalMain(args);
|
| return result.catchError((e, s) {
|
| // Capture crashes.
|
|
|