| 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 e5ec3aef62bd3fce4045f7424a38b39ebbccc744..1eaae3f15889d7b62df915a0a95b06ac824f102a 100644
|
| --- a/tests/standalone/io/test_runner_test.dart
|
| +++ b/tests/standalone/io/test_runner_test.dart
|
| @@ -85,7 +85,8 @@ class CustomTestSuite extends TestSuite {
|
|
|
| TestCase _makeNormalTestCase(name, expectations) {
|
| var command = CommandBuilder.instance.getProcessCommand(
|
| - 'custom', Platform.executable, [Platform.script.toFilePath(), name],
|
| + 'custom', Platform.executable,
|
| + ['--package-root=${Platform.packageRoot}', Platform.script.toFilePath(), name],
|
| {});
|
| return _makeTestCase(name, DEFAULT_TIMEOUT, command, expectations);
|
| }
|
|
|