Skip to content

Commit 69d90f2

Browse files
committed
fix runline
1 parent 7413ceb commit 69d90f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/AST/HLSL/StructuredBuffer-AST-2.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_dxc -T cs_6_6 %s | FileCheck %s
1+
// RUN: %clang_cc1 -triple dxil-unknown-shadermodel6.6-compute -S -finclude-default-header -o - %s | FileCheck %s
22

33
// The purpose of this test is to ensure that the AST writer
44
// only emits struct bodies when within the context of a

0 commit comments

Comments
 (0)