Skip to content

Commit 745d17a

Browse files
committed
Update LLDB test for mangled macro names.
1 parent 549d4e1 commit 745d17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/macro/TestSwiftMacro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test(self):
2020
thread.StepInto()
2121
# This is the expanded macro source, we should be able to step into it.
2222
self.expect('reg read pc', substrs=[
23-
'[inlined] stringify at',
23+
'[inlined] freestanding macro expansion #1 of stringify',
2424
'13testStringify'
2525
])
2626

0 commit comments

Comments
 (0)