Update a test for #1807
This commit is contained in:
parent
1c702aa252
commit
3bd1cc4fe0
1 changed files with 2 additions and 12 deletions
|
|
@ -300,18 +300,8 @@ fn issue494() {
|
|||
fn issue386() {
|
||||
match foo {
|
||||
BiEq | BiLt | BiLe | BiNe | BiGt | BiGe => true,
|
||||
BiAnd
|
||||
| BiOr
|
||||
| BiAdd
|
||||
| BiSub
|
||||
| BiMul
|
||||
| BiDiv
|
||||
| BiRem
|
||||
| BiBitXor
|
||||
| BiBitAnd
|
||||
| BiBitOr
|
||||
| BiShl
|
||||
| BiShr => false,
|
||||
BiAnd | BiOr | BiAdd | BiSub | BiMul | BiDiv | BiRem | BiBitXor | BiBitAnd | BiBitOr
|
||||
| BiShl | BiShr => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue