| Index: tests/standalone/src/ProcessStdoutTest.dart
|
| diff --git a/tests/standalone/src/ProcessStdoutTest.dart b/tests/standalone/src/ProcessStdoutTest.dart
|
| index 9ef5e4c83c62e200438a9359fecc44eabfaf2fae..97b97b8bdcb8279d9f23bbfd72f9a21d6f6d6ad0 100644
|
| --- a/tests/standalone/src/ProcessStdoutTest.dart
|
| +++ b/tests/standalone/src/ProcessStdoutTest.dart
|
| @@ -9,10 +9,12 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| +#source("ProcessTestUtil.dart");
|
| +
|
| class ProcessStdoutTest {
|
|
|
| static void testExit() {
|
| - Process process = new Process("out/Debug_ia32//process_test",
|
| + Process process = new Process(getProcessTestFileName(),
|
| const ["0", "1", "99", "0"]);
|
| final int BUFFERSIZE = 10;
|
| final int STARTCHAR = 65;
|
|
|