| 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..11b171c59359bb22cd5b03da470a13b7a11e1edd 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.systemTemp.createTemp('dart_resolve_symbolic_links')
|
| + .then((tempDir) {
|
| String temp = tempDir.path;
|
| return makeEntities(temp).then((_) => Future.wait(
|
| [testFile(join(temp, 'dir1', 'file1')),
|
|
|