| Index: tests/standalone/src/io/FileTest.dart
|
| diff --git a/tests/standalone/src/io/FileTest.dart b/tests/standalone/src/io/FileTest.dart
|
| index 3c5cdfda64f1fab03ef79754a889079030718b50..c9efbcd9522a52753b368272f094c22f70766174 100644
|
| --- a/tests/standalone/src/io/FileTest.dart
|
| +++ b/tests/standalone/src/io/FileTest.dart
|
| @@ -846,6 +846,7 @@ class FileTest {
|
| static void testOpenDirectoryAsFile() {
|
| var f = new File('.');
|
| f.open(FileMode.READ, (r) => Expect.fail('Directory opened as file'));
|
| + f.onError = (e) => null;
|
| }
|
|
|
| static void testOpenDirectoryAsFileSync() {
|
|
|