Skip to content

Commit 3ca18c4

Browse files
committed
Fix lint issue
1 parent d2e5e46 commit 3ca18c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/basic_tests/stdcpp_compat.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
#include <sycl/sycl.hpp>
1212

13-
// cxx14-warning@* {{DPCPP does not support C++ version earlier than C++17. Some features might not be available.}}
13+
// cxx14-warning@* {{DPCPP does not support C++ version earlier than C++17. Some
14+
// features might not be available.}}
1415
//
1516
// The next warning is not emitted in device compilation for some reason
1617
// warning_extension-warning@* 0-1 {{#warning is a C++2b extension}}

0 commit comments

Comments
 (0)