Index: tests/compiler/dart2js_extra/phi_elimination_test.dart |
diff --git a/tests/compiler/dart2js_extra/phi_elimination_test.dart b/tests/compiler/dart2js_extra/phi_elimination_test.dart |
index 5e6430a30f2db38f738f3046c968b32922d2475e..ed2fb0720c8928703d946411c7988fc482821c6e 100644 |
--- a/tests/compiler/dart2js_extra/phi_elimination_test.dart |
+++ b/tests/compiler/dart2js_extra/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"; |
+ |
void bar() { |
var a = 0; |
var c = 0; |