| Index: utils/testrunner/layout_test_controller.dart
|
| diff --git a/utils/testrunner/layout_test_controller.dart b/utils/testrunner/layout_test_controller.dart
|
| index 27cd1cbeadbcb7977c3ba520f0214340a7fbe70a..31a35cf702c903a50b180ab78749ed23e612adab 100644
|
| --- a/utils/testrunner/layout_test_controller.dart
|
| +++ b/utils/testrunner/layout_test_controller.dart
|
| @@ -168,7 +168,7 @@ Future _processHelper(String command, List<String> args,
|
| void _pipeStream(Stream stream, List<String> destination,
|
| Function outputMonitor) {
|
| stream
|
| - .transform(new StringDecoder())
|
| + .transform(UTF8.decoder)
|
| .transform(new LineTransformer())
|
| .listen((String line) {
|
| if (outputMonitor != null) {
|
|
|