Skip to content

Commit 921c645

Browse files
committed
better test
Signed-off-by: Rauf, Rana <[email protected]>
1 parent 124d076 commit 921c645

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sycl/test/basic_tests/no_iostream.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clangxx -fsycl %s -S -emit-llvm -o- | FileCheck %s
2-
// CHECK-NOT: @_ZStL8__ioinit = internal global %"class.std::ios_base::Init"
2+
// CHECK-NOT: {{^@}}
33
//
44
// Tests if <sycl/sycl.hpp> headers include any <iostream> headers
55

66
#include <sycl/sycl.hpp>
7-
using namespace sycl;
8-
9-
int main() { return 0; }

0 commit comments

Comments
 (0)