| Index: tests/standalone/io/test_runner_test.dart
|
| diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
|
| index f47da9b866ac1ad2569f71b0df0ef897a20772f8..d7099e67320a34de8110d4a22a16f8a044016f3d 100644
|
| --- a/tests/standalone/io/test_runner_test.dart
|
| +++ b/tests/standalone/io/test_runner_test.dart
|
| @@ -45,7 +45,7 @@ TestCase MakeTestCase(String testName, List<String> expectations) {
|
|
|
| var configuration = new TestOptionsParser().parse(['--timeout', '2'])[0];
|
| return new TestCase(testName,
|
| - [new Command(getDartFileName(),
|
| + [new Command(new Options().executable,
|
| <String>["--ignore-unrecognized-flags",
|
| "--enable_type_checks",
|
| test_path])],
|
|
|