| Index: tests/standalone/io/directory_test.dart
|
| diff --git a/tests/standalone/io/directory_test.dart b/tests/standalone/io/directory_test.dart
|
| index d06c77f4f8b8e5494b888b323256237f0ed6b31f..14685b105db00a29ecf491ec09132ea8b98b3b58 100644
|
| --- a/tests/standalone/io/directory_test.dart
|
| +++ b/tests/standalone/io/directory_test.dart
|
| @@ -124,9 +124,9 @@ class DirectoryTest {
|
| }
|
|
|
| static void testListTooLongName() {
|
| + asyncStart();
|
| Directory.systemTemp.createTemp('dart_directory').then((d) {
|
| var errors = 0;
|
| - asyncStart();
|
| setupListHandlers(Stream<FileSystemEntity> stream) {
|
| stream.listen(
|
| (_) => Expect.fail("Listing of non-existing directory should fail"),
|
|
|