| Index: test/cctest/compiler/test-simplified-lowering.cc
|
| diff --git a/test/cctest/compiler/test-simplified-lowering.cc b/test/cctest/compiler/test-simplified-lowering.cc
|
| index 9b2346934c7111e147dce2e5142193d4322ef908..bc2634e19dfd4dc047c0452bc648314b91f3430d 100644
|
| --- a/test/cctest/compiler/test-simplified-lowering.cc
|
| +++ b/test/cctest/compiler/test-simplified-lowering.cc
|
| @@ -1266,7 +1266,6 @@ TEST(LowerStringOps_to_call_and_compare) {
|
| t.CheckLoweringBinop(compare_eq, t.simplified()->StringEqual());
|
| t.CheckLoweringBinop(compare_lt, t.simplified()->StringLessThan());
|
| t.CheckLoweringBinop(compare_le, t.simplified()->StringLessThanOrEqual());
|
| - t.CheckLoweringBinop(IrOpcode::kCall, t.simplified()->StringAdd());
|
| }
|
| }
|
|
|
|
|