Index: lib/test.dart |
diff --git a/lib/test.dart b/lib/test.dart |
index 1d420d311eb9a4d5f33e84122a2d4fd1ae9ec672..964a59a25bc238b5cdff7112052ed591e584d9f7 100644 |
--- a/lib/test.dart |
+++ b/lib/test.dart |
@@ -13,7 +13,7 @@ import 'src/backend/invoker.dart'; |
import 'src/backend/suite.dart'; |
import 'src/backend/test_platform.dart'; |
import 'src/frontend/timeout.dart'; |
-import 'src/runner/reporter/no_io_compact.dart'; |
+import 'src/runner/reporter/expanded.dart'; |
import 'src/utils.dart'; |
export 'package:matcher/matcher.dart'; |
@@ -56,7 +56,7 @@ Declarer get _declarer { |
platform: "VM") |
.forPlatform(TestPlatform.vm, os: currentOSGuess); |
- new NoIoCompactReporter([suite], color: true).run().then((success) { |
+ new ExpandedReporter([suite], color: true).run().then((success) { |
// TODO(nweiz): Set the exit code on the VM when issue 6943 is fixed. |
if (success) return; |
print(''); |