Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 7b65fa2

Browse files
committed
Removed c++14 from 2 more tests
1 parent c238738 commit 7b65fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/FunctionPointers/fp-as-kernel-arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: cuda
22
// CUDA does not support the function pointer as kernel argument extension.
33

4-
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr %cxx_std_optionc++14 -fsycl %s -o %t.out
4+
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr %cxx_std_option -fsycl %s -o %t.out
55
// RUN: %HOST_RUN_PLACEHOLDER %t.out
66
// RUN: %CPU_RUN_PLACEHOLDER %t.out
77
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/FunctionPointers/pass-fp-through-buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: cuda
22
// CUDA does not support the function pointer as kernel argument extension.
33

4-
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr %cxx_std_optionc++14 -fsycl %s -o %t.out
4+
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr %cxx_std_option -fsycl %s -o %t.out
55
// RUN: %HOST_RUN_PLACEHOLDER %t.out
66
// RUN: %CPU_RUN_PLACEHOLDER %t.out
77
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)