Fix last perror test
This commit is contained in:
@@ -294,7 +294,7 @@ _start:
|
||||
; TEST 7: perror('Test') ;rax=-999
|
||||
printTest(perror_invalid2)
|
||||
mov rax, -999
|
||||
xor rdi, rdi
|
||||
lea rdi, [rel perrorStr]
|
||||
call perror
|
||||
assert_eq(-999)
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user