Skip to content

Commit

Permalink
basic int unpacker tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Aug 23, 2024
1 parent 3ce3bf4 commit f35c884
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unpacker_basic_ints_test.asm
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ _test_one_byte_ints:
mov byte [generic_buffer_128 + 1], 0x02
unpacker_reset generic_buffer_128, 2

; call get_int
; assert_eax_eq 1, __LINE__
; call get_int
; assert_eax_eq 2, __LINE__
call get_int
assert_eax_eq 1, __LINE__
call get_int
assert_eax_eq 2, __LINE__

exit 0

0 comments on commit f35c884

Please sign in to comment.