Skip to content

Commit 5e45cbd

Browse files
committed
Correct an errant null_adapter reference
1 parent fb5c86e commit 5e45cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loader/ur_adapter_registry.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class AdapterRegistry {
123123
};
124124

125125
static constexpr const char *mockAdapterName =
126-
MAKE_LIBRARY_NAME("ur_adapter_null", "0");
126+
MAKE_LIBRARY_NAME("ur_adapter_mock", "0");
127127

128128
std::optional<std::vector<fs::path>> getEnvAdapterSearchPaths() {
129129
std::optional<std::vector<std::string>> pathStringsOpt;

0 commit comments

Comments
 (0)