Index: tests/language/constant_propagation_phis_test.dart |
diff --git a/tests/language/constant_propagation_phis_test.dart b/tests/language/constant_propagation_phis_test.dart |
index 50b84b78da4c1ef4c47cae46e836751f9508486f..80359f59f0cbd09a21c84123fa7113d809393176 100644 |
--- a/tests/language/constant_propagation_phis_test.dart |
+++ b/tests/language/constant_propagation_phis_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"; |
+ |
// Test that constant propagation correctly updates phis when predecessor's |
// reachability changes. |