Index: tests/standalone/io/delete_symlink_test.dart |
diff --git a/tests/standalone/io/delete_symlink_test.dart b/tests/standalone/io/delete_symlink_test.dart |
index 3161eb43df111bae9adda5681cdee20f119c7738..ad10a48ffd3bfa4d8222ce5d4df4f7356f71d999 100644 |
--- a/tests/standalone/io/delete_symlink_test.dart |
+++ b/tests/standalone/io/delete_symlink_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'; |
import 'dart:isolate'; |