Fix benchmark.

This commit is contained in:
Stephen Chung 2020-11-20 10:35:25 +08:00
parent 15afd83da5
commit 2afcecc6ba

View File

@ -26,8 +26,7 @@ fn bench_eval_module(bench: &mut Bencher) {
.compile(
r#"
fn foo(x) { x - 1 }
import "testing" as t;
t::bar(41)
testing::bar(41)
"#,
)
.unwrap();