mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
A compile-time conditional had previously been introduced to prevent `private` test methods from being considered test candidates. This conditional was not working as intended, however, because the header providing the required preprocessor flag was not being included. Several number of issues with the non-Objc-interop test case have also been fixed.