| Index: tests/standalone/io/file_test.dart
|
| diff --git a/tests/standalone/io/file_test.dart b/tests/standalone/io/file_test.dart
|
| index 02ee65fe5e3713fe6851b98e143dea3692d4ba63..2f210f42e91db84d852c1df17ae93ad7cbedc100 100644
|
| --- a/tests/standalone/io/file_test.dart
|
| +++ b/tests/standalone/io/file_test.dart
|
| @@ -36,7 +36,7 @@ class FileTest {
|
| }
|
|
|
| static void deleteTempDirectory() {
|
| - tempDirectory.deleteRecursivelySync();
|
| + tempDirectory.deleteSync(recursive: true);
|
| }
|
|
|
| // Test for file read functionality.
|
|
|