mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
rename divFloor to divTrunc
This commit is contained in:
parent
000ec79106
commit
6a3fd3a607
13 changed files with 36 additions and 36 deletions
|
@ -275,7 +275,7 @@ fn ir_round() {
|
|||
#[mono_test]
|
||||
fn ir_when_idiv() {
|
||||
r#"
|
||||
when Num.divFloorChecked 1000 10 is
|
||||
when Num.divTruncChecked 1000 10 is
|
||||
Ok val -> val
|
||||
Err _ -> -1
|
||||
"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue