Fix: revert optimizations
This commit is contained in:
@@ -2,7 +2,7 @@ use super::harness::*;
|
||||
|
||||
#[test]
|
||||
fn choose_from_stack() {
|
||||
let mut f = forth();
|
||||
let f = forth();
|
||||
let ctx = default_ctx();
|
||||
f.evaluate("1 2 3 3 choose", &ctx).unwrap();
|
||||
let val = stack_int(&f);
|
||||
|
||||
Reference in New Issue
Block a user