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.
1 parent 4c29bcf commit 3c7784aCopy full SHA for 3c7784a
Tests/TestingTests/AttachmentTests.swift
@@ -853,7 +853,7 @@ extension AttachmentTests {
853
#if canImport(CoreGraphics) && canImport(_Testing_CoreGraphics)
854
let format3 = AttachableImageFormat(contentType: .tiff)
855
#elseif canImport(WinSDK) && canImport(_Testing_WinSDK)
856
- let format3 = AttachableImageFormat(encoderCLSID: .CLSID_WICTiffEncoder)
+ let format3 = AttachableImageFormat(encoderCLSID: CLSID_WICTiffEncoder)
857
#endif
858
#expect(format1 == format1)
859
#expect(format2 == format2)
0 commit comments