Index: tests/language/closures_with_complex_params_test.dart |
diff --git a/tests/language/closures_with_complex_params_test.dart b/tests/language/closures_with_complex_params_test.dart |
index 8e1ddc7031bf9f0e4221420c4b452a4e8e128f52..bf20e49005b8d8ef30b553da1e86167e6a0b758a 100644 |
--- a/tests/language/closures_with_complex_params_test.dart |
+++ b/tests/language/closures_with_complex_params_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"; |
+ |
// Tests for parsing closures with complex parameter types. |
main() { |