mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-15 21:23:57 +00:00
repl_test: rename module wasm_interp->wasm
This commit is contained in:
parent
d63715d05f
commit
cdf7882054
3 changed files with 2 additions and 2 deletions
|
|
@ -8,4 +8,4 @@ mod state;
|
|||
mod cli;
|
||||
|
||||
#[cfg(all(test, feature = "wasm"))]
|
||||
mod wasm_interp;
|
||||
mod wasm;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use crate::cli::{expect_failure, expect_success, repl_eval};
|
|||
|
||||
#[cfg(feature = "wasm")]
|
||||
#[allow(unused_imports)]
|
||||
use crate::wasm_interp::{expect_failure, expect_success};
|
||||
use crate::wasm::{expect_failure, expect_success};
|
||||
|
||||
#[test]
|
||||
fn literal_0() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue