Fix test.
This commit is contained in:
parent
465fdeec21
commit
b5c81c9baa
@ -172,7 +172,7 @@ fn test_optimizer_reoptimize() -> Result<(), Box<EvalAltResult>> {
|
||||
const FOO = 42;
|
||||
fn foo() {
|
||||
let f = || FOO * 2;
|
||||
f.call()
|
||||
call(f)
|
||||
}
|
||||
foo()
|
||||
";
|
||||
|
Loading…
Reference in New Issue
Block a user