Skip to content

Commit 347b21c

Browse files
committed
update test based on reiew
Signed-off-by: Soumi Manna <[email protected]>
1 parent db9f49d commit 347b21c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

clang/test/SemaSYCL/union-kernel-param1.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
// This test checks that compiler generates correct kernel arguments for
44
// unions containing Arrays.
55

6-
#include <sycl.hpp>
7-
8-
using namespace cl::sycl;
9-
106
template <typename name, typename Func>
117
__attribute__((sycl_kernel)) void a_kernel(Func kernelFunc) {
128
kernelFunc();

clang/test/SemaSYCL/union-kernel-param2.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
// This test checks that compiler generates correct kernel arguments for
44
// a struct-with-an-array-of-unions and a array-of-struct-with-a-union.
55

6-
#include <sycl.hpp>
7-
8-
using namespace cl::sycl;
9-
106
template <typename name, typename Func>
117
__attribute__((sycl_kernel)) void a_kernel(Func kernelFunc) {
128
kernelFunc();

0 commit comments

Comments
 (0)