Commits

Jordan Rose committed 8a3fcf621e2
Add -disable-testable-attr-requires-testable-module. ...which allows "@testable import" to work with modules not compiled for testing. This isn't generally safe, but should be fine for clients like SourceKit which just need to have the API available and might not be able to properly rebuild the original target for testing. We may revisit this in the future. Swift SVN r26629