Chromium Code Reviews| 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 fa276c2ff1aa5b0c505de80beff4d2e7e5e25ddb..79a8522d1605892d3f31cce0892d77262cbe6b31 100644 |
| --- a/tests/standalone/io/test_runner_test.dart |
| +++ b/tests/standalone/io/test_runner_test.dart |
| @@ -109,7 +109,7 @@ void main() { |
| // Run the test_runner_test if there are no command-line options. |
| // Otherwise, run one of the component tests that always pass, |
| // fail, or timeout. |
| - var arguments = Platform.arguments; |
| + var arguments = new Options().arguments; |
|
ricow1
2013/06/28 08:28:34
Same as last file
|
| if (arguments.isEmpty) { |
| testProcessQueue(); |
| } else { |