Skip to content

Commit

Permalink
remove bad copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMurr committed Nov 22, 2023
1 parent b483567 commit 62e373e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions crates/compiler/test_gen/src/gen_num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1195,22 +1195,6 @@ fn gen_div_checked_by_zero_i64() {
);
}

#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn gen_div_by_zero_i64() {
assert_evals_to!(
indoc!(
r#"
when Num.divTruncChecked 1000 0 is
Err DivByZero -> 99
_ -> -24
"#
),
99,
i64
);
}

#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
fn gen_rem_i64() {
Expand Down

0 comments on commit 62e373e

Please sign in to comment.