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

Unified Diff: pkg/unittest/lib/compact_vm_config.dart

Issue 12598008: pkg/unittest: fixed deprecations in alt configs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: variable name tweaks Created 7 years, 9 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
Index: pkg/unittest/lib/compact_vm_config.dart
diff --git a/pkg/unittest/lib/compact_vm_config.dart b/pkg/unittest/lib/compact_vm_config.dart
index ae8ec971b17d0378c7f9922fbc7c3d964af3682a..ad59d70e92302ca8abbccd8d6288f7312260b21e 100644
--- a/pkg/unittest/lib/compact_vm_config.dart
+++ b/pkg/unittest/lib/compact_vm_config.dart
@@ -121,7 +121,7 @@ class CompactVMConfiguration extends VMConfiguration {
_lastLength--;
}
}
- stdout.addString(buffer.toString());
+ stdout.write(buffer.toString());
}
String _padTime(int time) =>
« no previous file with comments | « no previous file | pkg/unittest/lib/html_layout_config.dart » ('j') | pkg/unittest/lib/interactive_html_config.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698