| Index: test/cctest/compiler/test-instruction.cc
|
| diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
|
| index 6d86bf9d9317ac004c153e83de1ec59f3b954ff9..cde475b35fd3bcff30484bf42462eedd193267cf 100644
|
| --- a/test/cctest/compiler/test-instruction.cc
|
| +++ b/test/cctest/compiler/test-instruction.cc
|
| @@ -54,7 +54,7 @@ class InstructionTester : public HandleAndZoneScope {
|
| Scheduler::ComputeSpecialRPO(&schedule);
|
| DCHECK(schedule.rpo_order()->size() > 0);
|
| }
|
| - code = new TestInstrSeq(&linkage, &graph, &schedule);
|
| + code = new TestInstrSeq(main_zone(), &linkage, &graph, &schedule);
|
| }
|
|
|
| Node* Int32Constant(int32_t val) {
|
|
|