Skip to content

Commit 73827da

Browse files
committed
Apply comment
Signed-off-by: Mochalova <[email protected]>
1 parent 9fa0d9c commit 73827da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
// REQUIRES: windows
2-
// RUN: %clangxx -fsycl %s -o %t.out
2+
// RUN: %clangxx -fsyntax-only -Xclang -verify %s -I %sycl_include -Xclang
3+
// expected-no-diagnostics
34

45
#include "windows.h"
56
#include "CL/sycl.hpp"
67

78
int main() {
8-
9-
sycl::device device{sycl::default_selector()};
109
int tmp = min(1, 4);
1110
return 0;
1211
}

0 commit comments

Comments
 (0)