-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Typos: test/IDE
#75026
Typos: test/IDE
#75026
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, that's a fair few typos 😅. Thanks @Sajjon, just a couple files that need to be reverted, the rest look good!
@swift-ci please test |
@swift-ci please smoke test Linux |
@swift-ci Please smoke test macOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix the test failure you also need to rename this file to Overlaid.h
and correspondingly change OverlayTest.h
to import #include <OverlayTest/Overlaid.h>
instead of #include <OverlayTest/Overlayed.h>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahoppen thank you, I've done so!
e791236
to
a80b8ae
Compare
@bnbarham @ahoppen @AnthonyLatsis merged main, squashed, applied suggestions. Merge ready I think, if test pass and if it looks good to you? |
@swift-ci Please smoke test |
Fix typos in
test/IDE
This is one batch of many PRs fixing typos, see the tracking issue.