Fix missing mod declaration for Wrapping tests.
This commit is contained in:
parent
180fdffa17
commit
872dc60ed2
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ mod u8;
|
|||
mod bignum;
|
||||
mod dec2flt;
|
||||
mod flt2dec;
|
||||
mod wrapping;
|
||||
|
||||
mod nan;
|
||||
|
||||
|
|
Loading…
Reference in a new issue