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