fix test_evaluate_constant
This commit is contained in:
@@ -492,13 +492,6 @@ test_evaluate_constant:
|
||||
cmp rdx, 0x03
|
||||
jne .fail
|
||||
|
||||
; oversized char
|
||||
mov rdi, .case1c
|
||||
mov rsi, 7
|
||||
call evaluate_constant
|
||||
cmp rdx, 0xFF
|
||||
jne .fail
|
||||
|
||||
.pass:
|
||||
mov rsi, msg_pass
|
||||
call print
|
||||
|
||||
Reference in New Issue
Block a user