Skip to content

Commit 8a12ddb

Browse files
Merge pull request #9577 from adrian-prantl/decorator-fix
Make decorator more robust
2 parents ff89c01 + 7a935f1 commit 8a12ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/other_arch_dylib/TestSwiftOtherArchDylib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestSwiftOtherArchDylib(TestBase):
1313
@skipUnlessDarwin
1414
@skipIfDarwinEmbedded
1515
@skipIf(archs=no_match(["arm64"]))
16-
@skipTestIfFn("the swift.org toolchain cannot produce arm64e binaries")
16+
@skipIf(archs=["arm64"], bugnumber="the swift.org toolchain cannot produce arm64e binaries")
1717
def test(self):
1818
"""Test module import from dylibs with an architecture
1919
that uses a different SDK"""

0 commit comments

Comments
 (0)