Skip to content

Commit 47cf1bb

Browse files
committed
Mask out Signatures
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent bab0ad3 commit 47cf1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/unittests/assert/assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ struct KernelInfo<TestKernel> : public unittest::MockKernelInfoBase {
4949
static constexpr const char *getName() { return "TestKernel"; }
5050
};
5151

52+
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
5253
static constexpr const kernel_param_desc_t Signatures[] = {
5354
{kernel_param_kind_t::kind_accessor, 4062, 0}};
5455

55-
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
5656
template <>
5757
struct KernelInfo<::sycl::detail::__sycl_service_kernel__::AssertInfoCopier>
5858
: public unittest::MockKernelInfoBase {

0 commit comments

Comments
 (0)