Skip to content

Commit c6ddd06

Browse files
Fix spec constant tests
1 parent 870ac98 commit c6ddd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/unittests/program_manager/DynamicLinking/DynamicLinking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ sycl::unittest::MockDeviceImage generateImage(
111111
sycl::unittest::addSpecConstants({SC}, std::move(SpecConstData), PropSet);
112112
return generateImage(KernelNames, ExportedSymbols, ImportedSymbols, Magic,
113113
SYCL_DEVICE_BINARY_TYPE_SPIRV,
114-
__SYCL_DEVICE_BINARY_TARGET_SPIRV64, PropSet);
114+
__SYCL_DEVICE_BINARY_TARGET_SPIRV64, std::move(PropSet));
115115
}
116116
sycl::unittest::MockDeviceImage generateImage(
117117
std::initializer_list<std::string> KernelNames,

0 commit comments

Comments
 (0)