Index: tests/standalone/io/file_error_test.dart |
diff --git a/tests/standalone/io/file_error_test.dart b/tests/standalone/io/file_error_test.dart |
index f026d16791c6c3752187bb5ce9c81f0a16ef0499..e1741fd36f9d0b871486a0243701e3114e971787 100644 |
--- a/tests/standalone/io/file_error_test.dart |
+++ b/tests/standalone/io/file_error_test.dart |
@@ -4,6 +4,7 @@ |
// |
// Dart test program for testing error handling in file I/O. |
+import "package:expect/expect.dart"; |
import "dart:io"; |
import "dart:isolate"; |