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 eaac2ba246d9dd4403f50b2d79617b2126758803..1cde8bc00a81b5dd2542cd604731db217455b5a1 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) { |