| 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 73ef017b1a2f3dd67927503e21b32cf1852e5677..909d1a5419d604370b43dd64b8ec1f7f95a4ae01 100644
|
| --- a/tests/standalone/io/test_runner_test.dart
|
| +++ b/tests/standalone/io/test_runner_test.dart
|
| @@ -16,7 +16,7 @@ class TestController {
|
| // Used as TestCase.completedCallback.
|
| static processCompletedTest(TestCase testCase) {
|
| TestOutput output = testCase.output;
|
| - print("Test: ${testCase.commands.last().commandLine}");
|
| + print("Test: ${testCase.commands.last.commandLine}");
|
| if (output.unexpectedOutput) {
|
| throw "Unexpected output: ${output.result}";
|
| }
|
|
|