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

Unified Diff: tests/standalone/src/ListInputStreamTest.dart

Issue 9021008: Fix list output stream (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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/list_stream.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/ListInputStreamTest.dart
diff --git a/tests/standalone/src/ListInputStreamTest.dart b/tests/standalone/src/ListInputStreamTest.dart
index 75628a77c79df478128d25f19636c996cfe34f80..b9df1a5a2e5e5815cf55a00bbc9f0bf4dc481fdd 100644
--- a/tests/standalone/src/ListInputStreamTest.dart
+++ b/tests/standalone/src/ListInputStreamTest.dart
@@ -172,7 +172,7 @@ main() {
testEmptyDynamicListInputStream();
testListInputStream1();
testListInputStream2();
- //testListInputStreamPipe1();
- //testListInputStreamPipe2();
+ testListInputStreamPipe1();
+ testListInputStreamPipe2();
testDynamicListInputStream1();
}
« no previous file with comments | « runtime/bin/list_stream.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698