| Index: test/cctest/test-log.cc
|
| ===================================================================
|
| --- test/cctest/test-log.cc (revision 2968)
|
| +++ test/cctest/test-log.cc (working copy)
|
| @@ -401,13 +401,6 @@
|
| } // namespace
|
|
|
| TEST(ProfMultipleThreads) {
|
| - // V8 needs to be initialized before the first Locker
|
| - // instantiation. Otherwise, Top::Initialize will reset
|
| - // thread_id_ in ThreadTopLocal.
|
| - v8::HandleScope scope;
|
| - v8::Handle<v8::Context> env = v8::Context::New();
|
| - env->Enter();
|
| -
|
| LoopingJsThread jsThread;
|
| jsThread.Start();
|
| LoopingNonJsThread nonJsThread;
|
|
|