Index: tests/language/type_propagation_phi_test.dart |
diff --git a/tests/language/type_propagation_phi_test.dart b/tests/language/type_propagation_phi_test.dart |
index b64cfa767b76e579170af7706196f9ff7e2ef734..8154ffc4b11ba93041500e71cc574a486d744226 100644 |
--- a/tests/language/type_propagation_phi_test.dart |
+++ b/tests/language/type_propagation_phi_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() => 490; |
bar2() => 0; |