Skip to content

Commit f6c420a

Browse files
committed
Last one..maybe
Signed-off-by: Rauf, Rana <[email protected]>
1 parent 921c645 commit f6c420a

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: %clangxx -Werror -fsycl %s -c
1+
// RUN: clang++ -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: %clangxx -Werror -fsycl %s -c
1+
// RUN: clang++ -Werror -fsycl %s -c
22

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

0 commit comments

Comments
 (0)