Skip to content

Commit 5a5fcad

Browse files
[SYCL][E2E] Fix preview testing of vec_rel_swizzle_ops (#12040)
The commit introducing vec_rel_swizzle_ops missed testing with the preview options due to a fix happening in the interrim. It is supposed to build with the %{build} tag to ensure CUDA and HIP are built with the correct target binaries. This commit fixes this issue. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent a1edb96 commit 5a5fcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Regression/vec_rel_swizzle_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl -fpreview-breaking-changes %s -o %t2.out %}
4+
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %}
55
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
66

77
#include <cstdlib>

0 commit comments

Comments
 (0)