Skip to content

PEG: remove errant XCTest dependency #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2022
Merged

Conversation

compnerd
Copy link
Member

Remove errant import XCTest. The core libraries should not depend on the testing framework.

Remove errant `import XCTest`.  The core libraries should not depend on the testing framework.
@compnerd
Copy link
Member Author

@swift-ci please test

@rxwei rxwei merged commit ba702f0 into swiftlang:main Jan 23, 2022
@milseman
Copy link
Member

milseman commented Jan 24, 2022

I'm happy to remove this, but the basic premise...

The core libraries should not depend on the testing framework.

None of this code, or any code outside _MatchingEngine and _StringProcessing, should be part of a core library. Are we somehow building these prototypes as part of a toolchain?

@rxwei
Copy link
Contributor

rxwei commented Jan 24, 2022

No, we are not building them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants