Skip to content

Commit 0c6f24f

Browse files
[SYCL][E2E][NFC] Fix replace-all mistake in test (#11998)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 079fc97 commit 0c6f24f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/test/regression/abs_diff_host.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// RUN: %clangxx -fsycl %s -o %t.oRT
2-
// RUN: %t.oRT
3-
// RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl -fpreview-breaking-changes %s -o %t2.oRT %}
4-
// RUN: %if preview-breaking-changes-supported %{ %t2.oRT %}
1+
// RUN: %clangxx -fsycl %s -o %t.out
2+
// RUN: %t.out
3+
// RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl -fpreview-breaking-changes %s -o %t2.out %}
4+
// RUN: %if preview-breaking-changes-supported %{ %t2.out %}
55

66
// Test checks that sycl::abs_diff correctly handles signed operations that
77
// might overflow.

0 commit comments

Comments
 (0)