swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.72k stars 1.34k forks source link

[Prepare] Don't skip non-exportable-decls when enable-testing #7675

Closed dschaefer2 closed 3 months ago

dschaefer2 commented 3 months ago

When enable-testing is turned on, the test modules need access to the non exportable decls. Make sure we aren't skipping them in this case.

dschaefer2 commented 3 months ago

@swift-ci please test

dschaefer2 commented 3 months ago

rdar://129380615

dschaefer2 commented 3 months ago

@swift-ci please test windows