Skip to content

Commit f25db06

Browse files
author
Erich Keane
committed
Fix the test, had a type in 2 places
1 parent 789d13c commit f25db06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// RUN: %clang_cc1 -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -fsycl-int_footer=%t.h %s -emit-llvm -o %t.ll
1+
// RUN: %clang_cc1 -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -fsycl-int-footer=%t.h %s -emit-llvm -o %t.ll
22
// RUN: FileCheck -input-file=%t.h %s
33

44
// CHECK: // Integration Footer contents to go here.
55

66
#include "Inputs/sycl.hpp"
77

8-
nt main() {
8+
int main() {
99
cl::sycl::kernel_single_task<class first_kernel>([]() {});
1010
}

0 commit comments

Comments
 (0)