Skip to content

Commit

Permalink
Update crates/evm/src/tests/test_instructions/test_comparison_operati…
Browse files Browse the repository at this point in the history
…ons.cairo

Co-authored-by: Mathieu <[email protected]>
  • Loading branch information
Eikix and enitrat authored Oct 3, 2023
1 parent 54e6952 commit 247a92d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ fn assert_sar(a: u256, b: u256, expected: u256) {

#[test]
#[available_gas(20000000)]
fn test_exec_or__should_pop_0_and_1_and_push_0xCD__when_0_is_0x89_and_1_is_0xC5() {
fn test_exec_or_should_pop_0_and_1_and_push_0xCD_when_0_is_0x89_and_1_is_0xC5() {
//Given
let mut machine = setup_machine();
machine.stack.push(0x89);
Expand Down

0 comments on commit 247a92d

Please sign in to comment.