| Index: tests/standalone/src/io/ProcessRunOutputTest.dart
|
| diff --git a/tests/standalone/src/io/ProcessRunOutputTest.dart b/tests/standalone/src/io/ProcessRunOutputTest.dart
|
| index 38079ac7d455e657fe6ecdd3631bdf8620dc20e8..1b32f452c1dd871e3d6e8c9fe5552f129d5693bd 100644
|
| --- a/tests/standalone/src/io/ProcessRunOutputTest.dart
|
| +++ b/tests/standalone/src/io/ProcessRunOutputTest.dart
|
| @@ -24,7 +24,7 @@ test(scriptFile, encoding, stream) {
|
| enc = Encoding.ASCII;
|
| } else if (encoding == 'latin1') {
|
| enc = Encoding.ISO_8859_1;
|
| - } else if (encoding = 'utf8') {
|
| + } else if (encoding == 'utf8') {
|
| enc = Encoding.UTF_8;
|
| }
|
|
|
|
|