Skip to content

Commit af167cb

Browse files
Merge pull request #9578 from adrian-prantl/recognizer-fix
Make test stricter (these strings appear in function pointer arguments)
2 parents 9e4bafd + 7eb166d commit af167cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/async/unwind/hidden_frames/TestSwiftAsyncHiddenFrames.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ def test(self):
2323
"frame.*Main.main"
2424
])
2525
self.expect("thread backtrace", matching=False, patterns=[
26-
"frame.*partial apply",
26+
"frame[^(]*partial apply",
2727
"frame.*back deployment fallback"
2828
])

0 commit comments

Comments
 (0)