Commit 4765212
Mariusz Borsa
🍒 TestAsanSwift fix
Original PR: swiftlang#9791
Apparently lldb doesn't tolerate backtick notation with function calls
included. But it only happens when invoked from the test (script) - if I
invoke "memory history `__asan_get_report_address()'" from lldb command
line, it works fine. Maybe it's some escaping issue - in any case, I
changed it to use temporary variable and verified that the automated test passes.
rdar://139744655
(cherry picked from commit b4ccdee)1 parent 207b685 commit 4765212
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
137 | 139 | | |
138 | | - | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
0 commit comments