Index: tests/compiler/dart2js_extra/closure_capture_test.dart |
diff --git a/tests/compiler/dart2js_extra/closure_capture_test.dart b/tests/compiler/dart2js_extra/closure_capture_test.dart |
index 5ead07109912404acc0da7780707ba22e2c0c52d..f76b024bd3503124d4592144d37d444c2aa5d8d2 100644 |
--- a/tests/compiler/dart2js_extra/closure_capture_test.dart |
+++ b/tests/compiler/dart2js_extra/closure_capture_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"; |
+ |
closure0() { |
var x = 499; |
// TODO(floitsch): remove name from functions. |