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

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

Issue 12316036: Merge IO v2 branch to bleeding edge (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased to r18818 Created 7 years, 10 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/standalone/io/process_segfault_test.dart ('k') | tests/standalone/io/process_std_io_script.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/process_set_exit_code_script.dart
diff --git a/tests/standalone/io/process_set_exit_code_script.dart b/tests/standalone/io/process_set_exit_code_script.dart
index 6a784298b6fc5d9d0e05f0b09bb4498cc36f5743..f24796317fdc952b2c1eba3f5f8b7edaeca31348 100644
--- a/tests/standalone/io/process_set_exit_code_script.dart
+++ b/tests/standalone/io/process_set_exit_code_script.dart
@@ -5,7 +5,7 @@
import "dart:io";
main() {
- stdout.writeString("standard out");
- stderr.writeString("standard error");
+ stdout.addString("standard out");
+ stderr.addString("standard error");
exitCode = 25;
-}
+}
« no previous file with comments | « tests/standalone/io/process_segfault_test.dart ('k') | tests/standalone/io/process_std_io_script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698