Skip to content

Commit ca6a912

Browse files
authored
Check catalyst in AttributedString tests. (#24)
1 parent e896461 commit ca6a912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CustomDumpTests/DumpTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ final class DumpTests: XCTestCase {
718718
func testFoundation() {
719719
var dump = ""
720720

721-
#if compiler(>=5.5) && !os(macOS) && !os(Linux)
721+
#if compiler(>=5.5) && !os(macOS) && !targetEnvironment(macCatalyst) && !os(Linux)
722722
if #available(iOS 15, macOS 12, tvOS 15, watchOS 8, *) {
723723
dump = ""
724724
customDump(

0 commit comments

Comments
 (0)