| Index: tests/standalone/io/process_run_output_test.dart
|
| diff --git a/tests/standalone/io/process_run_output_test.dart b/tests/standalone/io/process_run_output_test.dart
|
| index 2510d43bbca6176f1382eac219ce78fcb04af55f..f8b06d4b915cbf2ed8ff321e1300947b97b9ad7e 100644
|
| --- a/tests/standalone/io/process_run_output_test.dart
|
| +++ b/tests/standalone/io/process_run_output_test.dart
|
| @@ -31,7 +31,7 @@ test(scriptFile, encoding, stream) {
|
| } else if (encoding == 'utf8') {
|
| enc = Encoding.UTF_8;
|
| } else if (encoding == 'binary') {
|
| - enc = Encoding.BINARY;
|
| + enc = null;
|
| }
|
|
|
| if (stream == 'stdout') {
|
|
|