Index: tests/language/param2_test.dart |
diff --git a/tests/language/param2_test.dart b/tests/language/param2_test.dart |
index fce72ba2f9fb3421cfeb5687766c348da13a8270..375a2c528f381838542018692012cd85e1048a5f 100644 |
--- a/tests/language/param2_test.dart |
+++ b/tests/language/param2_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for testing function type parameters. |
+import "package:expect/expect.dart"; |
+ |
class Param2Test { |