mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-22 04:44:06 +00:00
Use correct callconv for Str.toNum
This commit is contained in:
parent
3b60acb938
commit
032a8a892b
2 changed files with 1 additions and 4 deletions
|
@ -1377,7 +1377,6 @@ fn str_to_nat() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "TODO: figure out why returning i128 across FFI boundary is an issue"]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
fn str_to_i128() {
|
||||
assert_evals_to!(
|
||||
|
@ -1395,7 +1394,6 @@ fn str_to_i128() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "TODO: figure out why returning i128 across FFI boundary is an issue"]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
fn str_to_u128() {
|
||||
assert_evals_to!(
|
||||
|
@ -1569,7 +1567,6 @@ fn str_to_f32() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "TODO: figure out why returning i128 across FFI boundary is an issue"]
|
||||
#[cfg(any(feature = "gen-llvm"))]
|
||||
fn str_to_dec() {
|
||||
use roc_std::RocDec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue