This commit is contained in:
Folkert 2022-07-24 16:33:57 +02:00
parent 11c0ca2f1b
commit 7953da1c71
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -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 {