Skip to content

Commit 3eafbcb

Browse files
committed
Fix after merge
1 parent f7b713b commit 3eafbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/unittests/Extensions/VirtualFunctions/RuntimeLinking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ KERNEL_INFO(KernelG)
4949
static sycl::unittest::MockDeviceImage
5050
generateImage(std::initializer_list<std::string> KernelNames,
5151
const std::string &VFSets, bool UsesVFSets, unsigned char Magic) {
52-
sycl::unittest::UrPropertySet PropSet;
52+
sycl::unittest::MockPropertySet PropSet;
5353
std::vector<sycl::unittest::MockProperty> Props;
5454
uint64_t PropSize = VFSets.size();
5555
std::vector<char> Storage(/* bytes for size */ 8 + PropSize +

0 commit comments

Comments
 (0)