Index: tests/language/static_initializer_type_error_test.dart |
diff --git a/tests/language/static_initializer_type_error_test.dart b/tests/language/static_initializer_type_error_test.dart |
index 3d9e1af7ada00c6b8f32a023e45afe0ceb040960..d8f668af086bb421a954191ddeec30047843660e 100644 |
--- a/tests/language/static_initializer_type_error_test.dart |
+++ b/tests/language/static_initializer_type_error_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"; |
+ |
int x = "milou"; |
bool inCheckedMode = false; |