Index: tests/language/closure7_test.dart |
diff --git a/tests/language/closure7_test.dart b/tests/language/closure7_test.dart |
index 491cb207882116ce21dbfc1657afa1aad6b1009b..58c7131a07aac63f8a12fdfc4a1c1a87ef60f288 100644 |
--- a/tests/language/closure7_test.dart |
+++ b/tests/language/closure7_test.dart |
@@ -2,6 +2,8 @@ |
// 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"; |
+ |
// Test that implicitly bound closures work correctly |
class A { |