Fix test with import in test function

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-11-10 18:03:53 -08:00
parent 2f99742e85
commit 97d836a197

View File

@@ -221,6 +221,7 @@ impl Flatten {
#[test] #[test]
fn test_flatten_thunk() { fn test_flatten_thunk() {
use crate::obj::prelude::*;
let init_body = vec![ let init_body = vec![
Inst::PushSym(Sym::new(0)), Inst::PushSym(Sym::new(0)),
Inst::PushSym(Sym::new(1)), Inst::PushSym(Sym::new(1)),