Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: tests/standalone/io/stdin_sync_test.dart

Issue 1991543002: Update status for (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/lib/lib.status ('k') | tests/standalone/io/stdio_nonblocking_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « tests/lib/lib.status ('k') | tests/standalone/io/stdio_nonblocking_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698