Index: tests/standalone/io/file_system_exists_test.dart |
diff --git a/tests/standalone/io/file_system_exists_test.dart b/tests/standalone/io/file_system_exists_test.dart |
index 14bd71a2da22ca100dd6955cff757ca240e84dd2..a87bdd17fcd7fb1340a2b30654308c9afa5defee 100644 |
--- a/tests/standalone/io/file_system_exists_test.dart |
+++ b/tests/standalone/io/file_system_exists_test.dart |
@@ -2,6 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import "package:expect/expect.dart"; |
import "dart:io"; |
void testFileExistsSync() { |