mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
store and load decimal numbers
This commit is contained in:
parent
acfe8fd015
commit
57538c5e94
2 changed files with 16 additions and 1 deletions
|
@ -358,7 +358,7 @@ fn u8_hex_int_alias() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn dec_float_alias() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue