| Index: tests/standalone/io/directory_fuzz_test.dart
|
| diff --git a/tests/standalone/io/directory_fuzz_test.dart b/tests/standalone/io/directory_fuzz_test.dart
|
| index 116f91802f24d9bd3dd7baf623fb9229520ba330..967ac0ec87a8bd117738ee7977870a7ba2e28d5e 100644
|
| --- a/tests/standalone/io/directory_fuzz_test.dart
|
| +++ b/tests/standalone/io/directory_fuzz_test.dart
|
| @@ -59,7 +59,7 @@ fuzzAsyncMethods() {
|
| futures.add(doItAsync(() => d.rename(v2)));
|
| });
|
| });
|
| - Futures.wait(futures).then((ignore) => port.close());
|
| + Future.wait(futures).then((ignore) => port.close());
|
| }
|
|
|
| main() {
|
|
|