| 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 a2ad75da188d05b716aa996e2e48f26757e340f9..f687837f7366645032e37852277b6ab8aac5ffc9 100644
|
| --- a/tests/standalone/io/stdin_sync_test.dart
|
| +++ b/tests/standalone/io/stdin_sync_test.dart
|
| @@ -10,7 +10,7 @@ void testReadByte() {
|
| void test(String line, List<String> expected) {
|
| var script = join(dirname(Platform.script), "stdin_sync_script.dart");
|
| Process.start(Platform.executable,
|
| - [script]..addAll(
|
| + ["--checked", script]..addAll(
|
| expected.map(stringify))).then((process) {
|
| process.stdin.write(line);
|
| process.stdin.close();
|
|
|