Skip to content

Commit 18d2885

Browse files
committed
review: fix typo
this worked before because we returned on the first error found
1 parent b9cf614 commit 18d2885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaHLSL/RootSignature-err.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ void bad_root_signature_5() {}
3636
void bad_root_signature_6() {}
3737

3838
// expected-error@+1 {{expected end of stream to denote end of parameters, or, another valid parameter of RootSignature}}
39-
[RootSignature("RootFlags() RootConstants(b0, num32BitConstants = 1))")]
39+
[RootSignature("RootFlags() RootConstants(b0, num32BitConstants = 1)")]
4040
void bad_root_signature_7() {}

0 commit comments

Comments
 (0)