repl_test: remove dependency on wasmer

This commit is contained in:
Brian Carroll 2022-12-15 23:20:47 +00:00
parent 490ea1cad2
commit d63715d05f
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
4 changed files with 0 additions and 311 deletions

View file

@ -1,8 +1,3 @@
//! Tests the roc REPL.
#[allow(unused_imports)]
#[macro_use]
extern crate lazy_static;
#[cfg(test)]
mod tests;
@ -12,8 +7,5 @@ mod state;
#[cfg(all(test, not(feature = "wasm")))]
mod cli;
#[cfg(all(test, feature = "wasm"))]
mod wasm;
#[cfg(all(test, feature = "wasm"))]
mod wasm_interp;