fix tests
This commit is contained in:
parent
e36b62873f
commit
de39aea91c
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_mod_euclid() {
|
||||
assert!((-1 as $T).mod_euclid(MIN) == MAX);
|
||||
fn test_rem_euclid() {
|
||||
assert!((-1 as $T).rem_euclid(MIN) == MAX);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue