Skip to content

Commit

Permalink
Adjust test for platform changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Nov 11, 2024
1 parent f360b66 commit a1b09e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyobjc-core/PyObjCTest/test_splitsig.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def testSignatureCount(self):
if sel.selector.split(b":", 1)[0] in (
b"fm",
b"_fm",
b"_ns",
b"_ax",
b"_scr",
b"CA_interpolateValues",
Expand All @@ -147,6 +148,8 @@ def testSignatureCount(self):
b"ams",
b"safari",
b"vs",
b"_swiftui",
b"swiftui",
) or sel.selector in (
b"isNSArray::",
b"isNSCFConstantString::",
Expand Down

0 comments on commit a1b09e4

Please sign in to comment.