| Index: tests/standalone/io/stdin_sync_test.dart
|
| diff --git a/tests/standalone/io/stdin_sync_test.dart b/tests/standalone/io/stdin_sync_test.dart
|
| index 97c4b58460e81ed71c264645b490fed667008bf1..470f34b3ff0648b493d3b1f504123fe7009e1199 100644
|
| --- a/tests/standalone/io/stdin_sync_test.dart
|
| +++ b/tests/standalone/io/stdin_sync_test.dart
|
| @@ -12,7 +12,7 @@ void testReadByte() {
|
| void test(String line, List<String> expected) {
|
| var script = Platform.script.resolve("stdin_sync_script.dart").toFilePath();
|
| Process.start(Platform.executable,
|
| - ["--checked", script]..addAll(
|
| + [script]..addAll(
|
| expected.map(JSON.encode))).then((process) {
|
| process.stdin.write(line);
|
| process.stdin.close();
|
|
|