Skip to content

Commit 099865e

Browse files
[NFC][E2E] Enable few vec tests outside -fpreview-breaking-changes (#15186)
The functionality has been promoted to default during the past ABI breaking window.
1 parent 156a67e commit 099865e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REQUIRES: preview-breaking-changes-supported
2-
// RUN: %{build} -fpreview-breaking-changes -o %t.out
1+
// RUN: %{build} -o %t.out
32
// RUN: %{run} %t.out
43

54
// Checks scalar/vec logical operator ordering.

sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REQUIRES: preview-breaking-changes-supported
2-
// RUN: %{build} -fpreview-breaking-changes -o %t.out
1+
// RUN: %{build} -o %t.out
32
// RUN: %{run} %t.out
43

54
// Checks scalar/vec relational operator ordering.

0 commit comments

Comments
 (0)