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

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

Issue 25401004: Use int for size when printing to stdout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « runtime/bin/builtin_natives.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/print_sync_script.dart
diff --git a/tests/standalone/io/print_sync_script.dart b/tests/standalone/io/print_sync_script.dart
index 752875b990ffedbcc6a2a8eb9fca25d9cfeb1eae..82f866b0c65c159a3b736148b4601717c9c25c3b 100644
--- a/tests/standalone/io/print_sync_script.dart
+++ b/tests/standalone/io/print_sync_script.dart
@@ -17,6 +17,6 @@ String get bigString {
}
main() {
- stdout; // Be sure too mark stdout as non-blocking.
+ stdout; // Be sure to mark stdout as non-blocking.
print(bigString);
}
« no previous file with comments | « runtime/bin/builtin_natives.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698