| Index: tests/standalone/io/windows_file_system_links_test.dart
|
| diff --git a/tests/standalone/io/windows_file_system_links_test.dart b/tests/standalone/io/windows_file_system_links_test.dart
|
| index e20dd2455ffb2a0dcd43520709a31d8ee40699e1..69a3144d1cbdafd790d1cfe5a04c826e18abc5ce 100644
|
| --- a/tests/standalone/io/windows_file_system_links_test.dart
|
| +++ b/tests/standalone/io/windows_file_system_links_test.dart
|
| @@ -7,7 +7,8 @@ import "dart:io";
|
| import "dart:isolate";
|
|
|
| testJunctionTypeDelete() {
|
| - var temp = new Directory('').createTempSync();
|
| + var temp =
|
| + Directory.systemTemp.createTempSync('dart_windows_file_system_links');
|
| var x = '${temp.path}${Platform.pathSeparator}x';
|
| var y = '${temp.path}${Platform.pathSeparator}y';
|
|
|
|
|