mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Enable more tests
This commit is contained in:
parent
06a6e8545b
commit
0ce0e337cd
1 changed files with 3 additions and 3 deletions
|
@ -713,7 +713,7 @@ fn gen_int_eq() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
fn gen_int_neq() {
|
fn gen_int_neq() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
@ -1066,7 +1066,7 @@ fn lt_i64() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
fn lte_i64() {
|
fn lte_i64() {
|
||||||
assert_evals_to!("1 <= 1", true, bool);
|
assert_evals_to!("1 <= 1", true, bool);
|
||||||
assert_evals_to!("2 <= 1", false, bool);
|
assert_evals_to!("2 <= 1", false, bool);
|
||||||
|
@ -1944,7 +1944,7 @@ fn when_on_i32() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(any(feature = "gen-llvm"))]
|
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||||
fn when_on_i16() {
|
fn when_on_i16() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue