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 7c08238411b1e8d276fb8450eeee9f0db74327b7..2108ab1302bd64ea5365ad8f1641bda968c25b89 100644 |
--- a/test/cctest/compiler/test-multiple-return.cc |
+++ b/test/cctest/compiler/test-multiple-return.cc |
@@ -69,7 +69,8 @@ CallDescriptor* GetCallDescriptor(Zone* zone, int return_count, |
TEST(ReturnThreeValues) { |
- Zone zone; |
+ base::AccountingAllocator allocator; |
+ Zone zone(&allocator); |
CallDescriptor* desc = GetCallDescriptor(&zone, 3, 2); |
HandleAndZoneScope handles; |
RawMachineAssembler m(handles.main_isolate(), |