diff --git a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp index aa8b654a3920a..7c5da5e898f85 100644 --- a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp +++ b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp @@ -1,5 +1,4 @@ -// REQUIRES: preview-breaking-changes-supported -// RUN: %{build} -fpreview-breaking-changes -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out // Checks scalar/vec logical operator ordering. diff --git a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp index e07e2548a840c..514d9b4d9c8aa 100644 --- a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp +++ b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp @@ -1,5 +1,4 @@ -// REQUIRES: preview-breaking-changes-supported -// RUN: %{build} -fpreview-breaking-changes -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out // Checks scalar/vec relational operator ordering.