Index: test/cctest/heap/test-heap.cc |
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc |
index 4387e11e479e983cfd342ec644ef73cae470856a..52250e2a6b0608f64c2cfa7162828fe92545bd33 100644 |
--- a/test/cctest/heap/test-heap.cc |
+++ b/test/cctest/heap/test-heap.cc |
@@ -2362,6 +2362,8 @@ TEST(GrowAndShrinkNewSpace) { |
FLAG_predictable = true; |
CcTest::InitializeVM(); |
+ v8::HandleScope scope(CcTest::isolate()); |
Hannes Payer (out of office)
2016/09/27 08:28:32
Why?
Michael Lippautz
2016/09/27 11:13:47
Left-over from fixing the test. Removed.
|
+ |
Heap* heap = CcTest::heap(); |
NewSpace* new_space = heap->new_space(); |