Skip to content
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

rustpkg: Make test_rustpkg_test_output more permissive #9640

Merged
merged 1 commit into from
Oct 1, 2013

Conversation

catamorphism
Copy link
Contributor

r? @alexcrichton test output may contain color codes, so check for several small strings
instead of one big one.

test output may contain color codes, so check for several small strings
instead of one big one.
bors added a commit that referenced this pull request Oct 1, 2013
r? @alexcrichton test output may contain color codes, so check for several small strings
instead of one big one.
@bors bors closed this Oct 1, 2013
@bors bors merged commit 2ec2d7d into rust-lang:master Oct 1, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 20, 2022
Fix edition revision ui tests

rust-lang#9605 had me wondering how the edition revision tests were working for `manual_assert` but not for `@nyurik,` but it turns out `manual_assert`'s tests weren't working either. I checked how `rust-lang/rust` does it and apparently it comes down to whitespace, `//[rev] edition:X` works 😬

Removes the revisions from `match_wild_err_arm` as I couldn't find any edition dependant behaviour there

r? `@llogiq`

changelog: none
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.

2 participants