Skip to content

Commit eb9ac4d

Browse files
committed
Update test for swiftlang/swift#74201
1 parent 6694ebd commit eb9ac4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def testDebugging(self):
4242
thread.StepInto()
4343
# This is the expanded macro source, we should be able to step into it.
4444
self.expect('reg read pc', substrs=[
45-
'[inlined] freestanding macro expansion #1 of stringify',
46-
'13testStringify'
45+
'[inlined] freestanding macro expansion #1 of stringify in module a file main.swift line 5 column 11',
46+
'stringify'
4747
])
4848

4949
self.expect('expression -- #stringify(1)', substrs=['0 = 1', '1 = "1"'])

0 commit comments

Comments
 (0)