mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
updates for tests
This commit is contained in:
parent
344f30747d
commit
4ced5ce2c0
8 changed files with 302 additions and 182 deletions
|
@ -1,8 +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;
|
||||
use indoc::indoc;
|
||||
use roc_std::{RocList, RocStr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue