Skip to content

Commit

Permalink
assert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jul 28, 2024
1 parent 52cc54d commit c4f54af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packet_test.asm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _start:
mov rax, assert_input_buf
call unpack_packet_header

; asserts flags
; assert flags
mov al, [packet_header_flags]
assert_al_eq 0x04

Expand Down

0 comments on commit c4f54af

Please sign in to comment.