Chromium Code Reviews| 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 8154ffc4b11ba93041500e71cc574a486d744226..b64cfa767b76e579170af7706196f9ff7e2ef734 100644 |
| --- a/tests/language/type_propagation_phi_test.dart |
| +++ b/tests/language/type_propagation_phi_test.dart |
| @@ -4,8 +4,6 @@ |
| // Check that phi type computation in the Dart2Js compiler does the |
| // correct thing. |
| -import "package:expect/expect.dart"; |
| - |
| bar() => 490; |
| bar2() => 0; |