Skip to content

Commit ae5e495

Browse files
committed
spelling mistake
1 parent 63776bb commit ae5e495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/tysan/struct-offset-outline.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)