Skip to content

Commit 5dc011f

Browse files
[SYCL] fix for kernel_work_group_size_hint test on Windows (#7260)
don't need to build to verify. also confuses windows run of tests.
1 parent f229f60 commit 5dc011f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/extensions/properties/properties_kernel_work_group_size_hint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clangxx -fsycl-device-only -S -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
2-
// RUN: %clangxx -fsycl -Xclang -verify %s
2+
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
33
// expected-no-diagnostics
44

55
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)