Chromium Code Reviews| Index: tests/standalone/src/DirectoryTest.dart |
| diff --git a/tests/standalone/src/DirectoryTest.dart b/tests/standalone/src/DirectoryTest.dart |
| index 2a735e5f4b195ca06773110be22c7370c8eab3c2..035a38c47732988cde3dfb061bebaf9350fd2bf3 100644 |
| --- a/tests/standalone/src/DirectoryTest.dart |
| +++ b/tests/standalone/src/DirectoryTest.dart |
| @@ -4,6 +4,8 @@ |
| // |
| // Directory listing test. |
| +#import("dart:io"); |
| + |
| class DirectoryTest { |
| static void testListing() { |
| bool listedDir = false; |