| Index: tests/standalone/io/delete_symlink_test.dart
|
| diff --git a/tests/standalone/io/delete_symlink_test.dart b/tests/standalone/io/delete_symlink_test.dart
|
| index b5ca0b5d4bf14d8ded4faf299ceb8f663174a327..3955691844852885fe1c0c0b4b632e747d7c1c97 100644
|
| --- a/tests/standalone/io/delete_symlink_test.dart
|
| +++ b/tests/standalone/io/delete_symlink_test.dart
|
| @@ -13,7 +13,7 @@ void main() {
|
| // file.txt
|
| // b/
|
| // a_link -> a
|
| - var d = new Directory("").createTempSync();
|
| + var d = Directory.createSystemTempSync('dart_delete_symlink');
|
| var a = new Directory("${d.path}/a");
|
| a.createSync();
|
|
|
|
|