Chromium Code Reviews| Index: tests/standalone/io/directory_test.dart |
| diff --git a/tests/standalone/io/directory_test.dart b/tests/standalone/io/directory_test.dart |
| index db5903d23904cedadb91cb9d57458e99705c671e..decf05d4b95f4231bceffcc0f5fb73eeb1e8a48e 100644 |
| --- a/tests/standalone/io/directory_test.dart |
| +++ b/tests/standalone/io/directory_test.dart |
| @@ -4,6 +4,7 @@ |
| // |
| // Directory listing test. |
| +import "package:expect/expect.dart"; |
| import "dart:async"; |
| import "dart:io"; |
| import "dart:isolate"; |