| Index: test/cctest/compiler/test-instruction.cc
|
| diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
|
| index 4de3373dada0605535d959107de86989bc6beee1..4cf72a55ce4d6f50085bb2a4108d8b1487e08255 100644
|
| --- a/test/cctest/compiler/test-instruction.cc
|
| +++ b/test/cctest/compiler/test-instruction.cc
|
| @@ -268,7 +268,8 @@ TEST(InstructionAddGapMove) {
|
|
|
|
|
| TEST(InstructionOperands) {
|
| - Zone zone;
|
| + base::AccountingAllocator allocator;
|
| + Zone zone(&allocator);
|
|
|
| {
|
| TestInstr* i = TestInstr::New(&zone, 101);
|
|
|