Index: tests/language/is_function_test.dart |
diff --git a/tests/language/is_function_test.dart b/tests/language/is_function_test.dart |
index 0dce0bbc39576752928647b8d61e779e5f5abdf2..24e3a8bdc8cb02a8d5d0c42e73fd4dbbc9d3519d 100644 |
--- a/tests/language/is_function_test.dart |
+++ b/tests/language/is_function_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"; |
+ |
var staticClosure; |
staticMethod() => 42; |