diff options
Diffstat (limited to 'src/3rdparty/v8/test/cctest/test-platform-macos.cc')
-rw-r--r-- | src/3rdparty/v8/test/cctest/test-platform-macos.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/3rdparty/v8/test/cctest/test-platform-macos.cc b/src/3rdparty/v8/test/cctest/test-platform-macos.cc deleted file mode 100644 index d80fa54..0000000 --- a/src/3rdparty/v8/test/cctest/test-platform-macos.cc +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2006-2008 the V8 project authors. All rights reserved. -// -// Tests of the TokenLock class from lock.h - -#include <stdlib.h> - -#include "v8.h" -#include "cctest.h" - -using namespace ::v8::internal; |