Skip to content

Commit 815b43b

Browse files
[SYCL] Remove check with -std=c++14 from basic_tests/stdcpp_compat.cpp (#3463)
This patch removes check with -std=c++14 from basic_tests/stdcpp_compat.cpp test because DPC++ headers now have C++17 features
1 parent 4524a6b commit 815b43b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/test/basic_tests/stdcpp_compat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s -c -o %t.out
2-
// RUN: %clangxx -fsycl -std=c++14 -fsyntax-only -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s -o -c %t.out
32
// RUN: %clangxx -fsycl -std=c++17 -fsyntax-only -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s -o -c %t.out
43
// RUN: %clangxx -fsycl -std=c++20 -fsyntax-only -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s -o -c %t.out
54
// expected-no-diagnostics

0 commit comments

Comments
 (0)