Chromium Code Reviews

Unified Diff: test/cctest/compiler/test-instruction.cc

Issue 1847543002: Expose a lower bound of malloc'd memory via heap statistics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..26eb33d9f83a15051ebe4924c94b4eb5a3cb417c 100644
--- a/test/cctest/compiler/test-instruction.cc
+++ b/test/cctest/compiler/test-instruction.cc
@@ -268,7 +268,7 @@ TEST(InstructionAddGapMove) {
TEST(InstructionOperands) {
- Zone zone;
+ ZoneForTesting zone;
{
TestInstr* i = TestInstr::New(&zone, 101);

Powered by Google App Engine