Index: tests/compiler/dart2js/dead_phi_eliminator_test.dart |
diff --git a/tests/compiler/dart2js/dead_phi_eliminator_test.dart b/tests/compiler/dart2js/dead_phi_eliminator_test.dart |
index 8ba3387ef9d16cc8c64b046880f26f1b1492c5fe..4551e3406aeb0abd4b42b66aec4f6cfb9bdcf94e 100644 |
--- a/tests/compiler/dart2js/dead_phi_eliminator_test.dart |
+++ b/tests/compiler/dart2js/dead_phi_eliminator_test.dart |
@@ -2,6 +2,7 @@ |
// 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"; |
import 'compiler_helper.dart'; |
const String TEST_ONE = r""" |