We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e371d commit 4b15731Copy full SHA for 4b15731
clang/test/SemaSYCL/array-kernel-param.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -ast-dump %s | FileCheck %s --dump-input never
+// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -ast-dump %s | FileCheck %s
2
3
// This test checks that compiler generates correct kernel arguments for
4
// arrays, Accessor arrays, and structs containing Accessors.
0 commit comments