Index: test/cctest/compiler/test-instruction.cc |
diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc |
index 5265e476aa885349b2e836c121e665f7750cb907..15749b89500c8779fa3eb02c468ea5f44d55f138 100644 |
--- a/test/cctest/compiler/test-instruction.cc |
+++ b/test/cctest/compiler/test-instruction.cc |
@@ -269,7 +269,7 @@ TEST(InstructionAddGapMove) { |
TEST(InstructionOperands) { |
v8::internal::AccountingAllocator allocator; |
- Zone zone(&allocator); |
+ Zone zone(&allocator, ZONE_NAME); |
{ |
TestInstr* i = TestInstr::New(&zone, 101); |