| Index: test/cctest/heap/test-heap.cc | 
| diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc | 
| index 42fef4775aa1da2b12703b9c0d4cdd096bcdfdea..34c6420e94747a14fe67505f0b83f5d6ad7d858c 100644 | 
| --- a/test/cctest/heap/test-heap.cc | 
| +++ b/test/cctest/heap/test-heap.cc | 
| @@ -5501,18 +5501,6 @@ TEST(RegressArrayListGC) { | 
| } | 
|  | 
|  | 
| -#ifdef DEBUG | 
| -TEST(PathTracer) { | 
| -  CcTest::InitializeVM(); | 
| -  v8::HandleScope scope(CcTest::isolate()); | 
| - | 
| -  v8::Local<v8::Value> result = CompileRun("'abc'"); | 
| -  Handle<Object> o = v8::Utils::OpenHandle(*result); | 
| -  CcTest::i_isolate()->heap()->TracePathToObject(*o); | 
| -} | 
| -#endif  // DEBUG | 
| - | 
| - | 
| TEST(WritableVsImmortalRoots) { | 
| for (int i = 0; i < Heap::kStrongRootListLength; ++i) { | 
| Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); | 
|  |