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( .compile(
r#" r#"
fn foo(x) { x - 1 } fn foo(x) { x - 1 }
import "testing" as t; testing::bar(41)
t::bar(41)
"#, "#,
) )
.unwrap(); .unwrap();