mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The core definitions of CGPoint and other types were pushed down from CoreGraphics to CoreFoundation. This test indirectly depends on the conformance of those types to CustomReflectable, but nothing in the test was using those conformances explicitly and so libswiftCoreGraphics would not be auto-linked when the test is compiled at a high enough deployment target. Use the conformances directly to force linkage. Resolves rdar://121343931
25 KiB
25 KiB