Index: pkg/unittest/lib/vm_config.dart |
diff --git a/pkg/unittest/lib/vm_config.dart b/pkg/unittest/lib/vm_config.dart |
index 94e9ff0adee611a49df3d1c81814bd5dcad34a7a..e37cf7298a6b39378993ab5b39883ec086f7db65 100644 |
--- a/pkg/unittest/lib/vm_config.dart |
+++ b/pkg/unittest/lib/vm_config.dart |
@@ -23,9 +23,7 @@ class VMConfiguration extends SimpleConfiguration { |
VMConfiguration() |
: super(), |
- // TODO(nweiz): Re-enable this when issue 13712 is fixed. |
- // useColor = stdioType(stdout) == StdioType.TERMINAL; |
- useColor = false; |
+ useColor = stdioType(stdout) == StdioType.TERMINAL; |
String formatResult(TestCase testCase) { |
String result = super.formatResult(testCase); |