| 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 d0e090a337b193de67185e0bd4f0920970af2605..a6ab04f2b631ce3d925b41550643a01afffddbcd 100644
|
| --- a/tests/standalone/io/file_fuzz_test.dart
|
| +++ b/tests/standalone/io/file_fuzz_test.dart
|
| @@ -44,7 +44,7 @@ fuzzAsyncMethods() {
|
| var f = new File(v);
|
| futures.add(doItAsync(f.exists));
|
| futures.add(doItAsync(f.delete));
|
| - futures.add(doItAsync(f.directory));
|
| + futures.add(doItAsync(f.parent));
|
| futures.add(doItAsync(f.length));
|
| futures.add(doItAsync(f.modified));
|
| futures.add(doItAsync(f.open));
|
|
|