Fix benchmark.
This commit is contained in:
parent
15afd83da5
commit
2afcecc6ba
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user