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