wasm_interp: move test_utils into tests/mod.rs

This commit is contained in:
Brian Carroll 2022-12-02 07:59:31 +00:00
parent ffd35f5884
commit 4714b4599a
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
10 changed files with 121 additions and 120 deletions

View file

@ -1,6 +1,5 @@
mod call_stack;
mod instance;
pub mod test_utils;
mod tests;
mod value_stack;
pub mod wasi;