mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
clippy
This commit is contained in:
parent
11c0ca2f1b
commit
7953da1c71
@ -2380,7 +2380,7 @@ fn min_f32() {
|
||||
#[cfg(all(any(feature = "gen-llvm"), not(feature = "gen-llvm-wasm")))]
|
||||
fn to_nat_truncate_wraps() {
|
||||
let input = "Num.toNat 10_000_000_000_000_000_000_000i128";
|
||||
assert_evals_to!(&input, 1864712049423024128, u64)
|
||||
assert_evals_to!(input, 1864712049423024128, u64)
|
||||
}
|
||||
|
||||
macro_rules! num_conversion_tests {
|
||||
|
Loading…
Reference in New Issue
Block a user