Skip to content

Commit 652dc2d

Browse files
author
Sergey Kanaev
committed
Fix typo
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent e1ab75d commit 652dc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/check_device_code/id_queries_fit_int.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -Xclang -fsycl-is-host -fsycl-id-queries-fit-in-int -fno-inline-functions -O1 -c -S -emit-llvm -o %t.ll %s
1+
// RUN: %clangxx -fsycl -Xclang -fsycl-id-queries-fit-in-int -fno-inline-functions -O1 -c -S -emit-llvm -o %t.ll %s
22
// RUN: FileCheck %s --input-file %t.ll
33

44
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)