Index: tests/corelib/for_in_test.dart |
diff --git a/tests/corelib/for_in_test.dart b/tests/corelib/for_in_test.dart |
index ea537273bc0bec5d191b98c1944d17e401595878..82ea7b95c8b8316943034fb602c2f8e44903b3db 100644 |
--- a/tests/corelib/for_in_test.dart |
+++ b/tests/corelib/for_in_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"; |
+ |
class ForInTest { |
static testMain() { |
testSimple(); |