| Index: tests/standalone/io/directory_test.dart
|
| diff --git a/tests/standalone/io/directory_test.dart b/tests/standalone/io/directory_test.dart
|
| index d9ca0def964a1eb3bda2174fe2d15a9c18e2159b..e45534333c37607b9ae9518bfb003bf8d6308f97 100644
|
| --- a/tests/standalone/io/directory_test.dart
|
| +++ b/tests/standalone/io/directory_test.dart
|
| @@ -380,7 +380,7 @@ class DirectoryTest {
|
| }
|
|
|
| static void testCurrent() {
|
| - Directory current = new Directory.current();
|
| + Directory current = Directory.current;
|
| if (Platform.operatingSystem != "windows") {
|
| Expect.equals("/", current.path.substring(0, 1));
|
| }
|
|
|