| Index: test/base-unittests/platform/platform-unittest.cc
|
| diff --git a/test/base-unittests/platform/platform-unittest.cc b/test/base-unittests/platform/platform-unittest.cc
|
| index 38b1eb92b678c68f29daa32c82aead537b214c31..b0cd4e18f712d06b08359ae53fecd09e6876c25f 100644
|
| --- a/test/base-unittests/platform/platform-unittest.cc
|
| +++ b/test/base-unittests/platform/platform-unittest.cc
|
| @@ -28,11 +28,6 @@ TEST(OS, GetCurrentProcessId) {
|
| }
|
|
|
|
|
| -TEST(OS, NumberOfProcessorsOnline) {
|
| - EXPECT_GT(OS::NumberOfProcessorsOnline(), 0);
|
| -}
|
| -
|
| -
|
| namespace {
|
|
|
| class SelfJoinThread V8_FINAL : public Thread {
|
|
|