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

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

Issue 13941003: Rewrite regress_7191 to avoid changing stream subscription. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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
Index: tests/standalone/io/regress_7191_script.dart
diff --git a/tests/standalone/io/regress_7191_script.dart b/tests/standalone/io/regress_7191_script.dart
index 1b047f16e295964aee2af1417934b9f23de39041..076d21947167458c5646c4d7d66c7ecc58e1ef60 100644
--- a/tests/standalone/io/regress_7191_script.dart
+++ b/tests/standalone/io/regress_7191_script.dart
@@ -17,7 +17,6 @@ main() {
p.stderr.listen((_) { });
// When receiving data again, kill sub-process and exit.
subscription.onData((data) {
- Expect.listEquals([0], data);
p.kill();
p.exitCode.then(exit);
});
« no previous file with comments | « no previous file | tests/standalone/io/regress_7191_test.dart » ('j') | tests/standalone/io/regress_7191_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698