Index: tests/standalone/io/file_write_as_test.dart |
diff --git a/tests/standalone/io/file_write_as_test.dart b/tests/standalone/io/file_write_as_test.dart |
index 1932b707612cd77c49caf8f79d5fb79af6025aa6..3178bfe795eb8ecbcf6273c9355715477bc0d81c 100644 |
--- a/tests/standalone/io/file_write_as_test.dart |
+++ b/tests/standalone/io/file_write_as_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:async'; |
import 'dart:io'; |
import 'dart:isolate'; |