Skip to content

Commit 7b828d7

Browse files
committed
Remove another unnecessary arg for host_pipe test
1 parent d0fe353 commit 7b828d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/host_pipe_int_footer_header.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsycl-is-device -std=c++17 -internal-isystem %S/Inputs -triple spir64-unknown-unknown -fsycl-int-footer=%t.footer.h -fsycl-int-header=%t.header.h -fsycl-unique-prefix=THE_PREFIX %s -emit-llvm -o %t.ll
1+
// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -triple spir64-unknown-unknown -fsycl-int-footer=%t.footer.h -fsycl-int-header=%t.header.h -fsycl-unique-prefix=THE_PREFIX %s -emit-llvm -o %t.ll
22
// RUN: FileCheck -input-file=%t.footer.h %s --check-prefix=CHECK-FOOTER
33
// RUN: FileCheck -input-file=%t.header.h %s --check-prefix=CHECK-HEADER
44
#include "sycl.hpp"

0 commit comments

Comments
 (0)