Fix test with import in test function
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -221,6 +221,7 @@ impl Flatten {
|
||||
|
||||
#[test]
|
||||
fn test_flatten_thunk() {
|
||||
use crate::obj::prelude::*;
|
||||
let init_body = vec![
|
||||
Inst::PushSym(Sym::new(0)),
|
||||
Inst::PushSym(Sym::new(1)),
|
||||
|
||||
Reference in New Issue
Block a user