Index: tests/compiler/dart2js_extra/closure_test.dart |
diff --git a/tests/compiler/dart2js_extra/closure_test.dart b/tests/compiler/dart2js_extra/closure_test.dart |
index d5d5519d7397fd2c1cbb43e75c5081f1f5021d18..fad942f3270aad6706c41749723c05853de206d3 100644 |
--- a/tests/compiler/dart2js_extra/closure_test.dart |
+++ b/tests/compiler/dart2js_extra/closure_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() { |
// TODO(floitsch): remove name from functions. |
var f = fun() { return 499; }; |