Skip to content

Commit 5b20e5d

Browse files
author
git apple-llvm automerger
committed
Merge commit 'f0be75663f30' from swift/release/5.3 into swift/master
2 parents 5879dff + f0be756 commit 5b20e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/macCatalyst/TestSwiftMacCatalyst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_macCatalyst(self):
2929
lldbutil.run_to_source_breakpoint(self, "break here",
3030
lldb.SBFileSpec('main.swift'))
3131
self.expect("image list -t -b",
32-
patterns=["x86_64-apple-ios13.0.0-macabi a\.out",
32+
patterns=[arch + ".*-apple-ios.*-macabi a\.out",
3333
"x86_64.*-apple-ios.*-macabi Foundation",
3434
"x86_64.*-apple-.* libswiftCore",
3535
"x86_64.*-apple-macosx.* libcompiler_rt.dylib"])

0 commit comments

Comments
 (0)