| Index: tests/standalone/io/resolve_symbolic_links_test.dart
|
| diff --git a/tests/standalone/io/resolve_symbolic_links_test.dart b/tests/standalone/io/resolve_symbolic_links_test.dart
|
| index 485f84e8465dafe26ac52adace37ad903f6e4724..2a16ce88da795e6b769120f74a3d1ec96ce8c01e 100644
|
| --- a/tests/standalone/io/resolve_symbolic_links_test.dart
|
| +++ b/tests/standalone/io/resolve_symbolic_links_test.dart
|
| @@ -29,7 +29,8 @@ main() {
|
| 'resolve_symbolic_links_test.dart')));
|
| asyncTest(() => testDir('\\\\?\\$testsDir'));
|
| }
|
| - asyncTest(() => new Directory('').createTemp().then((tempDir) {
|
| + asyncTest(() => Directory.createSystemTemp('dart_resolve_symbolic_links')
|
| + .then((tempDir) {
|
| String temp = tempDir.path;
|
| return makeEntities(temp).then((_) => Future.wait(
|
| [testFile(join(temp, 'dir1', 'file1')),
|
|
|