| 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 9859e23d5862eb465cf85738c72ad7e1cb848f2a..86e48420c081c343a5065cc87215ee0c901a3d1e 100644
|
| --- a/tests/standalone/io/test_runner_test.dart
|
| +++ b/tests/standalone/io/test_runner_test.dart
|
| @@ -125,11 +125,10 @@ class EventListener extends progress.EventListener{
|
| }
|
| }
|
|
|
| -void main() {
|
| +void main(List<String> arguments) {
|
| // 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 = new Options().arguments;
|
| if (arguments.isEmpty) {
|
| testProcessQueue();
|
| } else {
|
|
|