We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 740d952 + eb9ac4d commit f86becaCopy full SHA for f86beca
lldb/test/API/lang/swift/macro/TestSwiftMacro.py
@@ -42,8 +42,8 @@ def testDebugging(self):
42
thread.StepInto()
43
# This is the expanded macro source, we should be able to step into it.
44
self.expect('reg read pc', substrs=[
45
- '[inlined] freestanding macro expansion #1 of stringify',
46
- '13testStringify'
+ '[inlined] freestanding macro expansion #1 of stringify in module a file main.swift line 5 column 11',
+ 'stringify'
47
])
48
49
self.expect('expression -- #stringify(1)', substrs=['0 = 1', '1 = "1"'])
0 commit comments