mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
turn off wasm testing
This commit is contained in:
parent
4ced5ce2c0
commit
d77c695e45
5 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
#![cfg(test)]
|
||||
|
||||
// use crate::assert_evals_to;
|
||||
use crate::assert_evals_to;
|
||||
use crate::assert_llvm_evals_to;
|
||||
use crate::assert_non_opt_evals_to;
|
||||
use crate::assert_wasm_evals_to as assert_evals_to;
|
||||
// use crate::assert_wasm_evals_to as assert_evals_to;
|
||||
use crate::assert_wasm_evals_to;
|
||||
use indoc::indoc;
|
||||
use roc_std::{RocList, RocStr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue