We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10988d commit fd52c62Copy full SHA for fd52c62
test/cctest/node_test_fixture.cc
@@ -19,7 +19,7 @@ void NodeTestEnvironment::SetUp() {
19
NodeZeroIsolateTestFixture::platform.reset(
20
new node::NodePlatform(kV8ThreadPoolSize, tracing_controller));
21
v8::V8::InitializePlatform(NodeZeroIsolateTestFixture::platform.get());
22
-#ifdef V8_SANDBOX
+#ifdef V8_ENABLE_SANDBOX
23
ASSERT_TRUE(v8::V8::InitializeSandbox());
24
#endif
25
cppgc::InitializeProcess(
0 commit comments