Skip to content

Commit 6a80b99

Browse files
committed
Fix runtime test
Signed-off-by: Soumi Manna <[email protected]>
1 parent 7338c0d commit 6a80b99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test/union_param/union_kernel_param.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
// RUN: %ACC_RUN_PLACEHOLDER %t.out
88

99
#include <CL/sycl.hpp>
10-
#include <iostream>
11-
12-
using namespace std;
10+
#include <cstdio>
1311

1412
union TestUnion {
1513
public:

0 commit comments

Comments
 (0)