Fix build break caused by CreateRootNamespaceProcess API change (#40756)
Blue committed
Jun 9, 2026 at 15:06 UTC
99cc9e796de6c923f9bd3134f1ea070f86083d5b
1 file changed
+1
-1
test/windows/WSLCTests.cpp
+1
-1
@@ -3624,7 +3624,7 @@ class WSLCTests
3624
options.Flags = static_cast<WSLCProcessFlags>(0x4);
3625
wil::com_ptr<IWSLCProcess> process;
3626
int err = 0;
3627
- VERIFY_ARE_EQUAL(E_INVALIDARG, m_defaultSession->CreateRootNamespaceProcess("/bin/true", &options, &process, &err));
3627
+ VERIFY_ARE_EQUAL(E_INVALIDARG, m_defaultSession->CreateRootNamespaceProcess("/bin/true", &options, 0, 0, &process, &err));
3628
}
3629
3630
// Simple case