| Index: test/cctest/compiler/test-multiple-return.cc
|
| diff --git a/test/cctest/compiler/test-multiple-return.cc b/test/cctest/compiler/test-multiple-return.cc
|
| index 6cda32c792d0fbde16e9979d10a5044b9e941bec..39824b515513eaf819690921e51b4fdd9616cbb5 100644
|
| --- a/test/cctest/compiler/test-multiple-return.cc
|
| +++ b/test/cctest/compiler/test-multiple-return.cc
|
| @@ -65,7 +65,7 @@ CallDescriptor* GetCallDescriptor(Zone* zone, int return_count,
|
|
|
| TEST(ReturnThreeValues) {
|
| v8::internal::AccountingAllocator allocator;
|
| - Zone zone(&allocator);
|
| + Zone zone(&allocator, ZONE_NAME);
|
| CallDescriptor* desc = GetCallDescriptor(&zone, 3, 2);
|
| HandleAndZoneScope handles;
|
| RawMachineAssembler m(handles.main_isolate(),
|
|
|