Skip to content

Commit 788e6fe

Browse files
committed
[lldb] Add dylib to extra_images
1 parent 847de2c commit 788e6fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/lang/swift/expression/classes/open_resilient/TestSwiftExpressionOpenResilientClass.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def test(self):
1010
"""Tests calling an open resilient function"""
1111
self.build()
1212
lldbutil.run_to_source_breakpoint(
13-
self, 'break here', lldb.SBFileSpec('main.swift'))
13+
self, 'break here', lldb.SBFileSpec('main.swift'),
14+
extra_images=['Library'])
1415

1516
self.expect("expr -- a.foo()", substrs=["23"])

0 commit comments

Comments
 (0)