-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update to a compiletest-rs version that requires //@
for commands
#10669
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
Conversation
r? @Alexendoo (rustbot has picked a reviewer for you, use r? to override) |
This comment was marked as resolved.
This comment was marked as resolved.
This works now and depends only on the latest crates.io release of compiletest-rs |
I checked that this PR does not add any new files and deleted the preexisting stray .stderr file. The other review comments have also been addressed by reverting the changes to what they are on master. |
Sorry about that back and forth. This time I went through all 400 changed .rs files and removed all but the |
Thanks! Works on windows & aarch64 linux so let's get this merge rolling @bors r+ p=1 p.s. checking out a branch called |
I will strive to pick a harder branch name next time |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Add a test that checks for old style test headers Follow up to #10669, we're pretty used to them so they're easy to slip through changelog: none
Requires Manishearth/compiletest-rs#261 to get published
This PR is a smaller step towards #10426
changelog: Move to a version of compiletest-rs that allows us to require
//@
for test suite commands.