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 26, 2024
1 parent 2752ef0 commit 98ce230
Show file tree
Hide file tree
Showing 7 changed files with 593 additions and 60 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 98ce230

Please sign in to comment.