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

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

Issue 739153002: Make the ConsoleSink call methos argument optional. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « sdk/lib/io/console.dart ('k') | tests/standalone/io/console_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/console_script.dart
diff --git a/tests/standalone/io/console_script.dart b/tests/standalone/io/console_script.dart
index 1c63ac3d0b4b02850cc8fe81c227826428225551..130031ec2d902d64d4dfb5352b9840555a55ea91 100644
--- a/tests/standalone/io/console_script.dart
+++ b/tests/standalone/io/console_script.dart
@@ -21,6 +21,8 @@ void test(ConsoleSink sink) {
void main(List<String> arguments) {
console.log('stdout');
console.error('stderr');
+ console.log();
+ console.error();
console.log(new Message('tuodts'));
console.error(new Message('rredts'));
test(console.log);
« no previous file with comments | « sdk/lib/io/console.dart ('k') | tests/standalone/io/console_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698