mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Explicit i128 in test.
This commit is contained in:
parent
0f0e9bdf14
commit
dfba77bd04
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ fn gen_div_checked_by_zero_dec() {
|
|||
Err _ -> -1
|
||||
"#
|
||||
),
|
||||
-1,
|
||||
RocDec::from_str_to_i128_unsafe("-1"),
|
||||
i128
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue