| Index: tests/standalone/io/process_stderr_test.dart
|
| diff --git a/tests/standalone/io/process_stderr_test.dart b/tests/standalone/io/process_stderr_test.dart
|
| index d1a416d57b475c1fd0fccc5f20fe5f52a6e51dc1..b38d1a15d8d1e264ad75c8e11d84102203799a01 100644
|
| --- a/tests/standalone/io/process_stderr_test.dart
|
| +++ b/tests/standalone/io/process_stderr_test.dart
|
| @@ -64,5 +64,5 @@ main() {
|
| scriptFile = new File("../tests/standalone/io/process_std_io_script.dart");
|
| }
|
| Expect.isTrue(scriptFile.existsSync());
|
| - test(Process.start(new Options().executable, [scriptFile.name, "1"]), 0);
|
| + test(Process.start(new Options().executable, [scriptFile.path, "1"]), 0);
|
| }
|
|
|