Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/unittests/helpers/PiMock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class PiMock {
// Copy the PiPlugin, thus untying our to-be mock platform from other
// platforms within the context. Reset our platform to use the new plugin.
NewPluginPtr = std::make_shared<detail::plugin>(
OriginalPiPlugin.getPiPluginPtr(), OriginalPiPlugin.getBackend(),
OriginalPiPlugin.getPiPluginPtr(), Backend,
OriginalPiPlugin.getLibraryHandle());
// Save a copy of the platform resource
OrigFuncTable = OriginalPiPlugin.getPiPlugin().PiFunctionTable;
Expand Down