Skip to content

Commit afe2815

Browse files
fixup! add example test
1 parent d75f0e8 commit afe2815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/Swift/function-name-backtrace.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ b qux
4141
run
4242
bt
4343

44-
# CHECK: main`Baz.qux<Int>(a=1)
45-
# CHECK: main`foo()
44+
# CHECK: Baz.qux<Int>(a=1)
45+
# CHECK: foo()

0 commit comments

Comments
 (0)