| Index: tests/standalone/io/file_error_test.dart
|
| diff --git a/tests/standalone/io/file_error_test.dart b/tests/standalone/io/file_error_test.dart
|
| index 5f1e8ecc1b97f0b455957c1f8b97d6fd92a62a6d..f026d16791c6c3752187bb5ce9c81f0a16ef0499 100644
|
| --- a/tests/standalone/io/file_error_test.dart
|
| +++ b/tests/standalone/io/file_error_test.dart
|
| @@ -459,6 +459,7 @@ testReadSyncBigInt() {
|
| var openedFile = file.openSync();
|
| Expect.throws(() => openedFile.readSync(bigint),
|
| (e) => e is FileIOException);
|
| + openedFile.closeSync();
|
| port.send(null);
|
| });
|
| }
|
|
|