We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079fc97 commit 0c6f24fCopy full SHA for 0c6f24f
sycl/test/regression/abs_diff_host.cpp
@@ -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 %}
+// RUN: %clangxx -fsycl %s -o %t.out
+// RUN: %t.out
+// RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl -fpreview-breaking-changes %s -o %t2.out %}
+// RUN: %if preview-breaking-changes-supported %{ %t2.out %}
5
6
// Test checks that sycl::abs_diff correctly handles signed operations that
7
// might overflow.
0 commit comments