| Index: test/unittests/compiler/js-typed-lowering-unittest.cc
|
| diff --git a/test/unittests/compiler/js-typed-lowering-unittest.cc b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| index c285648ca6791580f1f0f10334e9c40357cfdf4b..af32d9458713301259b8eb73fc551e85f638f1bb 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -143,7 +143,7 @@ TEST_F(JSTypedLoweringTest, JSLoadPropertyFromExternalTypedArray) {
|
| IsLoadElement(AccessBuilder::ForTypedArrayElement(type, true),
|
| IsIntPtrConstant(bit_cast<intptr_t>(&backing_store[0])),
|
| key, IsNumberConstant(static_cast<double>(kLength)),
|
| - effect, control));
|
| + effect));
|
| }
|
| }
|
|
|
|
|