Skip to content

Commit

Permalink
Auto merge of #4128 - matthiaskrgr:test_update, r=phansch
Browse files Browse the repository at this point in the history
tests: update needless_bool test stderr

I'm getting a test failure otherwise with rust master (f688ba6).

changelog: none
  • Loading branch information
bors committed May 23, 2019
2 parents 39d1fea + 3d0795b commit 9c85b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/needless_bool.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ LL | | false
LL | | } else {
LL | | true
LL | | };
| |_____^ help: you can reduce it to: `{ !returns_bool() }`
| |_____^ help: you can reduce it to: `!returns_bool()`

error: aborting due to 16 previous errors

0 comments on commit 9c85b02

Please sign in to comment.