mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-09 22:54:44 +03:00
rename wasm test modules
This commit is contained in:
parent
35c5b6bc4e
commit
df73a4d80e
@ -11,7 +11,7 @@ extern crate libc;
|
||||
mod helpers;
|
||||
|
||||
#[cfg(all(test, any(target_os = "linux", target_os = "macos"), any(target_arch = "x86_64"/*, target_arch = "aarch64"*/)))]
|
||||
mod dev_num {
|
||||
mod wasm_num {
|
||||
#[test]
|
||||
fn i64_values() {
|
||||
assert_evals_to!("0", 0, i64);
|
||||
|
@ -5,7 +5,7 @@ extern crate indoc;
|
||||
mod helpers;
|
||||
|
||||
#[cfg(all(test, target_os = "linux", any(target_arch = "x86_64"/*, target_arch = "aarch64"*/)))]
|
||||
mod dev_records {
|
||||
mod wasm_records {
|
||||
// #[test]
|
||||
// fn basic_record() {
|
||||
// assert_evals_to!(
|
||||
|
Loading…
Reference in New Issue
Block a user