Index: tests/language/function_argument_test.dart |
diff --git a/tests/language/function_argument_test.dart b/tests/language/function_argument_test.dart |
index f718965cb9cd291c868861e71cdb54aca823cf6c..b0cb5bb1c244ac57c8edd63c714046e9ec84e57c 100644 |
--- a/tests/language/function_argument_test.dart |
+++ b/tests/language/function_argument_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for function passing. |
+import "package:expect/expect.dart"; |
+ |
class FunctionArgumentTest { |
static testMe(Function f) { |
return f(); |