Skip to content

Commit fa3f823

Browse files
committed
Not the last one
Signed-off-by: Rauf, Rana <[email protected]>
1 parent f6c420a commit fa3f823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test/basic_tests/iostream_clean_compile_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: clang++ -Werror -fsycl %s -c
1+
// RUN: %clangxx -Wno-unused-command-line-argument -Werror -fsycl %s -c
22

33
#include <iostream>
44
#include <sycl/sycl.hpp>

sycl/test/basic_tests/iostream_clean_compile_2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: clang++ -Werror -fsycl %s -c
1+
// RUN: %clangxx -Wno-unused-command-line-argument -Werror -fsycl %s -c
22

33
// clang-format off
44
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)