Skip to content

Commit d4cf62d

Browse files
committed
review: specify column value as well
1 parent 0132e74 commit d4cf62d

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
@@ -28,7 +28,7 @@ void bad_root_signature_5() {}
2828
"CBV(b0)," \
2929
"RootConstants(num32BitConstants = 3, b0, invalid)"
3030

31-
// CHECK: note: expanded from macro 'MultiLineRootSignature'
31+
// CHECK: [[@LINE-2]]:42: note: expanded from macro 'MultiLineRootSignature'
3232
// CHECK-NEXT: [[@LINE-3]] | "RootConstants(num32BitConstants = 3, b0, invalid)"
3333
// CHECK-NEXT: | ^
3434
// expected-error@+1 {{expected ')' to denote end of parameters, or, another valid parameter of RootConstants}}

0 commit comments

Comments
 (0)