Index: tests/language/branch_canonicalization_test.dart |
diff --git a/tests/language/branch_canonicalization_test.dart b/tests/language/branch_canonicalization_test.dart |
index 07350760dc337a6d581dee7a1076dc4ece69d9d7..a317d420a32a54e821567e1bf7298f7aa175d1d3 100644 |
--- a/tests/language/branch_canonicalization_test.dart |
+++ b/tests/language/branch_canonicalization_test.dart |
@@ -5,6 +5,8 @@ |
// Test that branch fusion correctly sets branch environment for comparisons |
// that require unboxing and does not fuse branches that can deoptimize. |
+import "package:expect/expect.dart"; |
+ |
var sideEffect = true; |
barDouble(a, b) { |