File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ int foo(struct X *p, struct X *q) {
1616 p -> i = 0 ;
1717 // CHECK: ERROR: TypeSanitizer: type-aliasing-violation
1818 // CHECK-NEXT: WRITE of size 4 at {{.*}} with type int (in X at offset 0) accesses an existing object of type int (in X at offset 4)
19- // CHECK-NEXT: {{#0 0x.* in foo .*struct-offset.c:}}[[@LINE-3]]
19+ // CHECK-NEXT: {{#0 0x.* in foo .*struct-offset-outline .c:}}[[@LINE-3]]
2020 // CHECK-VERIFY-EMPTY:
2121 // CHECK-VERIFY-NEXT: ERROR: TypeSanitizer: type-aliasing-violation
2222 // CHECK-VERIFY-NEXT: WRITE of size 4 at {{.*}} with type int (in X at offset 0) accesses an existing object of type int (in X at offset 4)
23- // CHECK-VERIFY-NEXT: {{#0 0x.* in foo .*struct-offset.c:}}[[@LINE-7]]
23+ // CHECK-VERIFY-NEXT: {{#0 0x.* in foo .*struct-offset-outline .c:}}[[@LINE-7]]
2424 return q -> j ;
2525}
2626
You can’t perform that action at this time.
0 commit comments