final test fix

This commit is contained in:
Eric Henry 2021-03-13 08:31:48 -05:00
parent d47c3d7f49
commit 7354f0e8ea
5 changed files with 13 additions and 13 deletions

View File

@ -228,19 +228,6 @@ mod gen_num {
assert_evals_to!("Num.atan 10", 1.4711276743037347, f64);
}
#[test]
fn max_i128() {
assert_evals_to!(
indoc!(
r#"
Num.maxI128
"#
),
i128::MAX,
i128
);
}
#[test]
fn gen_if_fn() {
assert_evals_to!(
@ -868,6 +855,19 @@ mod gen_num {
// );
// }
#[test]
fn max_i128() {
assert_evals_to!(
indoc!(
r#"
Num.maxI128
"#
),
i128::MAX,
i128
);
}
#[test]
fn num_max_int() {
assert_evals_to!(

BIN
examples/benchmarks/closure Executable file

Binary file not shown.

BIN
examples/benchmarks/rbtree-del Executable file

Binary file not shown.

BIN
examples/benchmarks/test-astar Executable file

Binary file not shown.

BIN
examples/benchmarks/test-base64 Executable file

Binary file not shown.