Skip to content

Commit 73f1097

Browse files
authored
Merge pull request #65287 from adrian-prantl/relax-symbolication-test-5.9
Relax symbolication test 5.9
2 parents afe680f + dcd9dc3 commit 73f1097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sanitizers/symbolication.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bar()
3434

3535
// Out-of-process
3636
// FIXME: There is no instruction with the location of the failing `.` operator and it's used inside implicit setup code, thus the crash is associated with the previous line.
37-
// OOP: #0 0x{{[0-9a-f]+}} in foo() symbolication.swift
37+
// OOP: #0 0x{{[0-9a-f]+}} in foo()
3838
// OOP-NEXT: #1 0x{{[0-9a-f]+}} in bar() symbolication.swift:[[@LINE-9]]
3939
// OOP-NEXT: #2 0x{{[0-9a-f]+}} in main symbolication.swift:[[@LINE-6]]
4040

0 commit comments

Comments
 (0)