We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877a36e commit 6b0e070Copy full SHA for 6b0e070
test/common/level_zero_mocks.cpp
@@ -101,8 +101,7 @@ void MockedLevelZeroTestEnvironment::SetUp() {
101
setenv("UMF_ZE_LOADER_LIB_NAME", lib_name, 1);
102
#endif
103
104
- void *lib_handle =
105
- utils_open_library(lib_name, UMF_UTIL_OPEN_LIBRARY_NO_LOAD);
+ void *lib_handle = utils_open_library(lib_name, 0);
106
ASSERT_NE(lib_handle, nullptr);
107
108
l0interface = static_cast<LevelZero **>(
0 commit comments