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