| Index: tests/standalone/src/ProcessStderrTest.dart
|
| diff --git a/tests/standalone/src/ProcessStderrTest.dart b/tests/standalone/src/ProcessStderrTest.dart
|
| index e2b1d530e0a535bff88fe9e960cf39fbbd576567..dbdb773f6fd8c30b5e8ab82cb7a09fc83235abd0 100644
|
| --- a/tests/standalone/src/ProcessStderrTest.dart
|
| +++ b/tests/standalone/src/ProcessStderrTest.dart
|
| @@ -10,6 +10,7 @@
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| #library("ProcessStderrTest");
|
| +#import("dart:io");
|
| #source("ProcessTestUtil.dart");
|
|
|
| void test(Process process, int expectedExitCode) {
|
|
|