Index: tests/standalone/io/file_fuzz_test.dart |
diff --git a/tests/standalone/io/file_fuzz_test.dart b/tests/standalone/io/file_fuzz_test.dart |
index 3013a01a0257cfe13db98e22c646910d68d3c23e..81d9d4e289b24f817efba4b2dd98b9d087405766 100644 |
--- a/tests/standalone/io/file_fuzz_test.dart |
+++ b/tests/standalone/io/file_fuzz_test.dart |
@@ -18,7 +18,6 @@ fuzzSyncMethods() { |
doItSync(f.existsSync); |
doItSync(f.createSync); |
doItSync(f.deleteSync); |
- doItSync(f.directorySync); |
doItSync(f.lengthSync); |
doItSync(f.modifiedSync); |
doItSync(f.fullPathSync); |