| 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) =>
|
|
|