| Index: tests/standalone/io/file_test.dart
|
| diff --git a/tests/standalone/io/file_test.dart b/tests/standalone/io/file_test.dart
|
| index a15d4287a6a340d9212041977e39a2dcfd5a209c..0c87af6610ba97239bdefaa69a3817a93a14d157 100644
|
| --- a/tests/standalone/io/file_test.dart
|
| +++ b/tests/standalone/io/file_test.dart
|
| @@ -226,6 +226,7 @@ class FileTest {
|
| len: expectedLength - position);
|
| Expect.equals(0, bytesRead);
|
| Expect.equals(0, input.available());
|
| + Expect.isFalse(input.closed);
|
| };
|
| input.onClosed = () {
|
| Expect.equals(0, input.available());
|
|
|