| Index: tests/standalone/io/process_path_test.dart
|
| diff --git a/tests/standalone/io/process_path_test.dart b/tests/standalone/io/process_path_test.dart
|
| index e517d9e244f132cce3e4055317902e1a98aa1e83..c8303815b848262f3ad2023abe4cdb0ee3b3fb23 100644
|
| --- a/tests/standalone/io/process_path_test.dart
|
| +++ b/tests/standalone/io/process_path_test.dart
|
| @@ -18,7 +18,6 @@ main() {
|
| args = ['/C', 'echo', '"ok"'];
|
| }
|
|
|
| - var options = new ProcessOptions();
|
| Process.run(executable, args).then((result) {
|
| Expect.equals(0, result.exitCode);
|
| });
|
|
|