Index: tests/standalone/io/file_output_stream_test.dart |
diff --git a/tests/standalone/io/file_output_stream_test.dart b/tests/standalone/io/file_output_stream_test.dart |
index b1d81fcb2c5059c72fb59ec301de211d9bf03b29..ae3ee5e5881fc32d9ceb43f1f6624bae677a7688 100644 |
--- a/tests/standalone/io/file_output_stream_test.dart |
+++ b/tests/standalone/io/file_output_stream_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Testing file input stream, VM-only, standalone test. |
+import "package:expect/expect.dart"; |
import "dart:io"; |
import "dart:isolate"; |