Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1008)

Unified Diff: packages/unittest/lib/vm_config.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/unittest/lib/unittest.dart ('k') | packages/unittest/out.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/unittest/lib/vm_config.dart
diff --git a/packages/unittest/lib/vm_config.dart b/packages/unittest/lib/vm_config.dart
index 77e91e35c43c8c277d5dee24f1b729aad187c0d6..de214f3edcd45d7c60afe016bbb6f7fa14eb4878 100644
--- a/packages/unittest/lib/vm_config.dart
+++ b/packages/unittest/lib/vm_config.dart
@@ -20,8 +20,8 @@ class VMConfiguration extends SimpleConfiguration {
bool useColor;
VMConfiguration()
- : super(),
- useColor = stdioType(stdout) == StdioType.TERMINAL;
+ : useColor = stdioType(stdout) == StdioType.TERMINAL,
+ super();
String formatResult(TestCase testCase) {
String result = super.formatResult(testCase);
« no previous file with comments | « packages/unittest/lib/unittest.dart ('k') | packages/unittest/out.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698