Index: tests/language/parameter_types_specialization_test.dart |
diff --git a/tests/language/parameter_types_specialization_test.dart b/tests/language/parameter_types_specialization_test.dart |
index 110a714137b1e15a0a01a30750e3932d7c7bf212..532a7a75509ffc724e6af4456e200adb24cf84c6 100644 |
--- a/tests/language/parameter_types_specialization_test.dart |
+++ b/tests/language/parameter_types_specialization_test.dart |
@@ -4,6 +4,8 @@ |
// Test that we invalidate parameter type optimization in the presence |
// of optional parameters. |
+import "package:expect/expect.dart"; |
+ |
class A { |
void foo(bool firstInvocation, [a = 42, b = 'foo']) { |
if (firstInvocation) { |