mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix test I broke
This commit is contained in:
parent
44f08f9e47
commit
1f296a5907
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ fn f64_log() {
|
|||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn f64_log_checked_one() {
|
||||
assert_evals_to!("Num.logChecked 1", RocResult::ok(1.0), RocResult<f64, ()>);
|
||||
assert_evals_to!("Num.logChecked 1", RocResult::ok(0.0), RocResult<f64, ()>);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue