| Index: test/cctest/test-spaces.cc
|
| diff --git a/test/cctest/test-spaces.cc b/test/cctest/test-spaces.cc
|
| index 1f362d7e7afe71346fcb6f9cc76c5be0c05987d0..3326a015de5f0cf9920bc2184e66a53ae76a7da5 100644
|
| --- a/test/cctest/test-spaces.cc
|
| +++ b/test/cctest/test-spaces.cc
|
| @@ -207,7 +207,6 @@ static unsigned int Pseudorandom() {
|
|
|
|
|
| TEST(MemoryChunk) {
|
| - OS::SetUp();
|
| Isolate* isolate = Isolate::Current();
|
| isolate->InitializeLoggingAndCounters();
|
| Heap* heap = isolate->heap();
|
| @@ -264,7 +263,6 @@ TEST(MemoryChunk) {
|
|
|
|
|
| TEST(MemoryAllocator) {
|
| - OS::SetUp();
|
| Isolate* isolate = Isolate::Current();
|
| isolate->InitializeLoggingAndCounters();
|
| Heap* heap = isolate->heap();
|
| @@ -314,7 +312,6 @@ TEST(MemoryAllocator) {
|
|
|
|
|
| TEST(NewSpace) {
|
| - OS::SetUp();
|
| Isolate* isolate = Isolate::Current();
|
| isolate->InitializeLoggingAndCounters();
|
| Heap* heap = isolate->heap();
|
| @@ -344,7 +341,6 @@ TEST(NewSpace) {
|
|
|
|
|
| TEST(OldSpace) {
|
| - OS::SetUp();
|
| Isolate* isolate = Isolate::Current();
|
| isolate->InitializeLoggingAndCounters();
|
| Heap* heap = isolate->heap();
|
|
|