| Index: src/test/run-all-unittests.cc
|
| diff --git a/src/test/run-all-unittests.cc b/src/test/run-all-unittests.cc
|
| index de56365055b3699901ce6fa5bba49ad8583839c8..8c361ddc3683eeb4af4f432b1454f540de41fbf9 100644
|
| --- a/src/test/run-all-unittests.cc
|
| +++ b/src/test/run-all-unittests.cc
|
| @@ -5,7 +5,6 @@
|
| #include "include/libplatform/libplatform.h"
|
| #include "include/v8.h"
|
| #include "src/base/compiler-specific.h"
|
| -#include "src/v8.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace {
|
| @@ -39,9 +38,6 @@ class DefaultPlatformEnvironment FINAL : public ::testing::Environment {
|
|
|
|
|
| int main(int argc, char** argv) {
|
| - // This forces some thread local key initialization that may be needed to
|
| - // print out the names of the unit tests.
|
| - i::V8::Initialize();
|
| testing::InitGoogleMock(&argc, argv);
|
| testing::AddGlobalTestEnvironment(new DefaultPlatformEnvironment);
|
| v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
|
|
|