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 2f449e86ad888c4f9c83759ce5e2ff79e5b682ef..73ef017b1a2f3dd67927503e21b32cf1852e5677 100644 |
--- a/tests/standalone/io/test_runner_test.dart |
+++ b/tests/standalone/io/test_runner_test.dart |
@@ -75,7 +75,7 @@ void main() { |
// Otherwise, run one of the component tests that always pass, |
// fail, or timeout. |
var arguments = new Options().arguments; |
- if (arguments.isEmpty()) { |
+ if (arguments.isEmpty) { |
testTestRunner(); |
} else { |
switch (arguments[0]) { |