Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2023)

Unified Diff: test/cctest/test-api.cc

Issue 2175193003: Remove NaCl support. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/v8.gyp ('k') | test/unittests/base/sys-info-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index 2b531173674dbe80c2c9f62d7e8aeecb1100b21e..510fc26de4ff21ee5142213afd70908990bb032e 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -22176,7 +22176,7 @@ THREADED_TEST(JSONStringifyObjectWithGap) {
ExpectString("JSON.stringify(obj, null, '*')", *utf8);
}
-#if V8_OS_POSIX && !V8_OS_NACL
+#if V8_OS_POSIX
class ThreadInterruptTest {
public:
ThreadInterruptTest() : sem_(0), sem_value_(0) { }
« no previous file with comments | « src/v8.gyp ('k') | test/unittests/base/sys-info-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698