Skip to content

Commit 97f2e03

Browse files
author
Erich Keane
committed
Convert test to /dev/null as requested by aaron
1 parent afa2ece commit 97f2e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGenSYCL/kernel_functor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fno-sycl-unnamed-lambda -fsycl-int-header=%t.h %s -o %t.spv
1+
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fno-sycl-unnamed-lambda -fsycl-int-header=%t.h %s -o /dev/null
22
// RUN: FileCheck %s --input-file=%t.h --check-prefixes=NUL,CHECK
3-
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fsycl-int-header=%t.h %s -o %t.spv
3+
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fsycl-int-header=%t.h %s -o /dev/null
44
// RUN: FileCheck %s --input-file=%t.h --check-prefixes=UL,CHECK
55

66
// Checks that functors are supported as SYCL kernels.

0 commit comments

Comments
 (0)