Index: tests/compiler/dart2js_extra/phi_test.dart |
diff --git a/tests/compiler/dart2js_extra/phi_test.dart b/tests/compiler/dart2js_extra/phi_test.dart |
index 23c10bee52b364d13f4c08e3a3ea171debdcc6eb..14ca2be8fca2f710bc09aac33a53fcf3de3739c1 100644 |
--- a/tests/compiler/dart2js_extra/phi_test.dart |
+++ b/tests/compiler/dart2js_extra/phi_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"; |
+ |
void phi1() { |
var x = 42; |
if (true) { |