Skip to content

Commit c7acf43

Browse files
committed
self-review: add column to test check
1 parent 2fae77c commit c7acf43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/SemaHLSL/RootSignature-resource-ranges-err.hlsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ void valid_root_signature_13() {}
9292
" UAV(u0, numDescriptors = 3), " \
9393
")"
9494

95-
// CHECK: note: expanded from macro 'DemoNoteSourceLocations'
95+
// CHECK: [[@LINE-4]]:5: note: expanded from macro 'DemoNoteSourceLocations'
9696
// CHECK-NEXT: [[@LINE-5]] | " SRV(t17, numDescriptors = 7), " \
9797
// CHECK-NEXT: | ^
98-
// CHECK: note: expanded from macro 'DemoNoteSourceLocations'
98+
// CHECK: [[@LINE-14]]:5: note: expanded from macro 'DemoNoteSourceLocations'
9999
// CHECK-NEXT: [[@LINE-15]] | " SRV(t22, numDescriptors = 1), "
100100
// CHECK-NEXT: | ^
101101

0 commit comments

Comments
 (0)