| Index: src/compiler/change-lowering-unittest.cc
|
| diff --git a/src/compiler/change-lowering-unittest.cc b/src/compiler/change-lowering-unittest.cc
|
| index 4205684fbf73af242f51dcc92135492f14105686..f9229f6168b5ffa1ec6de3b6ec24bf62b7651b80 100644
|
| --- a/src/compiler/change-lowering-unittest.cc
|
| +++ b/src/compiler/change-lowering-unittest.cc
|
| @@ -87,8 +87,8 @@ class ChangeLoweringTest : public GraphTest {
|
| Matcher<Node*> IsAllocateHeapNumber(const Matcher<Node*>& effect_matcher,
|
| const Matcher<Node*>& control_matcher) {
|
| return IsCall(
|
| - _, IsHeapConstant(PrintableUnique<HeapObject>::CreateImmovable(
|
| - zone(), CEntryStub(isolate(), 1).GetCode())),
|
| + _, IsHeapConstant(Unique<HeapObject>::CreateImmovable(
|
| + CEntryStub(isolate(), 1).GetCode())),
|
| IsExternalConstant(ExternalReference(
|
| Runtime::FunctionForId(Runtime::kAllocateHeapNumber), isolate())),
|
| IsInt32Constant(0), IsNumberConstant(0.0), effect_matcher,
|
|
|