Skip to content

Commit

Permalink
2/2 feat: implement new error to check stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumuran committed Aug 19, 2024
1 parent 6516ea7 commit e62147e
Show file tree
Hide file tree
Showing 7 changed files with 644 additions and 65 deletions.
2 changes: 1 addition & 1 deletion miden/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mod operations;

#[test]
fn simple_program() {
build_test!("begin push.1 push.2 add end").expect_stack(&[3]);
build_test!("begin push.1 push.2 add swap drop swap drop end").expect_stack(&[3]);
}

#[test]
Expand Down
Loading

0 comments on commit e62147e

Please sign in to comment.