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); |
}); |