Index: tests/compiler/dart2js_extra/closure_capture3_test.dart |
diff --git a/tests/compiler/dart2js_extra/closure_capture3_test.dart b/tests/compiler/dart2js_extra/closure_capture3_test.dart |
index d38b715fd108e906f90648f676ba9f863a0330c7..6044a2ab5798d136487b073254c6c8d707c61d5b 100644 |
--- a/tests/compiler/dart2js_extra/closure_capture3_test.dart |
+++ b/tests/compiler/dart2js_extra/closure_capture3_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 Closure { |
var x; |
Closure(val) : this.x = val; |