Skip to content

Commit 732f724

Browse files
authored
[SYCL] Fix post-commit error "missing field 'SanitizeType' initializer" (#12071)
fix post-commit error for PR #11989
1 parent 8ceefe5 commit 732f724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/unittests/helpers/PiMock.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ class PiMock {
355355
auto RTPlugin =
356356
std::make_shared<sycl::detail::pi::PiPlugin>(sycl::detail::pi::PiPlugin{
357357
"pi.ver.mock", "plugin.ver.mock", /*Targets=*/nullptr,
358-
getProxyMockedFunctionPointers()});
358+
getProxyMockedFunctionPointers(), _PI_SANITIZE_TYPE_NONE});
359359

360360
MMockPluginPtr = std::make_shared<detail::plugin>(RTPlugin, Backend,
361361
/*Library=*/nullptr);

0 commit comments

Comments
 (0)