Index: tests/language/type_propagation_in_for_update_test.dart |
diff --git a/tests/language/type_propagation_in_for_update_test.dart b/tests/language/type_propagation_in_for_update_test.dart |
index 2a41e0cdbea7bb648a47d2db5f3d72f4a00fd67f..058518e37e4e2cbd12497c988034d77ea6d81536 100644 |
--- a/tests/language/type_propagation_in_for_update_test.dart |
+++ b/tests/language/type_propagation_in_for_update_test.dart |
@@ -4,6 +4,8 @@ |
// Check that phi type computation in the Dart2Js compiler does the |
// correct thing. |
+import "package:expect/expect.dart"; |
+ |
bar() => 'foo'; |
main() { |