Skip to content

Commit

Permalink
Update src/tests/test_instructions/test_stop_and_arithmetic_operation…
Browse files Browse the repository at this point in the history
…s.cairo

Co-authored-by: Elias Tazartes <[email protected]>
  • Loading branch information
enitrat and Eikix authored Aug 17, 2023
1 parent dc3878f commit d8d03cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fn test_exec_smod_neg() {
.stack
.peek()
.unwrap() == 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE,
'stack top should be -8%-3 = -1'
'stack top should be -8%-3 = -2'
);
}

Expand Down

0 comments on commit d8d03cd

Please sign in to comment.