Index: tests/compiler/dart2js/for_in_test.dart |
diff --git a/tests/compiler/dart2js/for_in_test.dart b/tests/compiler/dart2js/for_in_test.dart |
index edf59b2d3db8e7d11801cc62c6419fbefb59d390..4ded809ae167d1321c663c8f97f205294f5b89c9 100644 |
--- a/tests/compiler/dart2js/for_in_test.dart |
+++ b/tests/compiler/dart2js/for_in_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 'compiler_helper.dart'; |
const String TEST_ONE = r""" |