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 e7cadeb commit eb24882Copy full SHA for eb24882
sycl/test-e2e/Basic/vector/byte.cpp
@@ -1,7 +1,7 @@
1
// RUN: %{build} %cxx_std_optionc++17 -o %t.out
2
// RUN: %{run} %t.out
3
4
-// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -std=c++17 -o %t2.out %}
+// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes %cxx_std_optionc++17 -o %t2.out %}
5
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
6
7
//==---------- vector_byte.cpp - SYCL vec<> for std::byte test -------------==//
0 commit comments