Skip to content

Commit

Permalink
split up method step()
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Jul 5, 2023
1 parent 59f2c10 commit affc248
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 317 deletions.
2 changes: 1 addition & 1 deletion triton-vm/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ mod tests {
}

#[test]
#[should_panic(expected = "Assertion failed: st0 must be 1. ip: 2, clk: 2, st0: 0")]
#[should_panic(expected = "Assertion failed: st0 must be 1. ip: 2, clk: 1, st0: 0")]
fn assert_false_test() {
let program = Program::from_code("push 0 assert halt").unwrap();
run(&program, vec![], vec![]).unwrap();
Expand Down
Loading

0 comments on commit affc248

Please sign in to comment.