Skip to content

Commit

Permalink
tests: update needless_bool test stderr
Browse files Browse the repository at this point in the history
I'm getting a test failure otherwise with rust master (f688ba6).
  • Loading branch information
matthiaskrgr committed May 23, 2019
1 parent 39d1fea commit 3d0795b
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 3d0795b

Please sign in to comment.