Skip to content

Commit 4b15731

Browse files
Remove unnecessary option
Signed-off-by: Elizabeth Andrews <[email protected]>
1 parent c9e371d commit 4b15731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/array-kernel-param.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -ast-dump %s | FileCheck %s --dump-input never
1+
// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -ast-dump %s | FileCheck %s
22

33
// This test checks that compiler generates correct kernel arguments for
44
// arrays, Accessor arrays, and structs containing Accessors.

0 commit comments

Comments
 (0)