Index: tests/compiler/dart2js_extra/this_phi_elimination_test.dart |
diff --git a/tests/compiler/dart2js_extra/this_phi_elimination_test.dart b/tests/compiler/dart2js_extra/this_phi_elimination_test.dart |
index f678b8f33e12a75e271d31b5ba8985b3ae6120cd..80f7bb078c4de3b2c2a746d81e44b749d708151a 100644 |
--- a/tests/compiler/dart2js_extra/this_phi_elimination_test.dart |
+++ b/tests/compiler/dart2js_extra/this_phi_elimination_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"; |
+ |
class A { |
foo(a) { |
while (false) { |