Index: tests/language/function_type_alias4_test.dart |
diff --git a/tests/language/function_type_alias4_test.dart b/tests/language/function_type_alias4_test.dart |
index 465f0a793d912fc4d1fe00a46bb872f108c7d98c..b517423990bce5a5acb1b4676bed90dd6ca73807 100644 |
--- a/tests/language/function_type_alias4_test.dart |
+++ b/tests/language/function_type_alias4_test.dart |
@@ -4,6 +4,8 @@ |
// |
// Dart test for function type alias with a type parameter as result type. |
+import "package:expect/expect.dart"; |
+ |
typedef bool F<bool>(bool a); // 'bool' is not the boolean type. |
bool bar(bool a) { |