Index: tests/language/loop_hoist_test.dart |
diff --git a/tests/language/loop_hoist_test.dart b/tests/language/loop_hoist_test.dart |
index a4024af0597f0da07fd7c80d07f48dab01545bf5..628d635ff7f269bc5dc4a519b97e1a0890060603 100644 |
--- a/tests/language/loop_hoist_test.dart |
+++ b/tests/language/loop_hoist_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 A { |
num x; |
A() : this.x = 0; |