mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
intcast cases (probably wrong)
This commit is contained in:
parent
b648507a91
commit
eaef21f7d4
2 changed files with 71 additions and 2 deletions
|
@ -3684,7 +3684,7 @@ fn to_float_f64() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
// https://github.com/roc-lang/roc/issues/2696
|
||||
fn upcast_of_int_is_zext() {
|
||||
assert_evals_to!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue