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 5879dff + f0be756 commit 5b20e5dCopy full SHA for 5b20e5d
lldb/test/API/lang/swift/macCatalyst/TestSwiftMacCatalyst.py
@@ -29,7 +29,7 @@ def test_macCatalyst(self):
29
lldbutil.run_to_source_breakpoint(self, "break here",
30
lldb.SBFileSpec('main.swift'))
31
self.expect("image list -t -b",
32
- patterns=["x86_64-apple-ios13.0.0-macabi a\.out",
+ patterns=[arch + ".*-apple-ios.*-macabi a\.out",
33
"x86_64.*-apple-ios.*-macabi Foundation",
34
"x86_64.*-apple-.* libswiftCore",
35
"x86_64.*-apple-macosx.* libcompiler_rt.dylib"])
0 commit comments