fix test_evaluate_constant

This commit is contained in:
andromeda
2026-04-02 23:46:20 +02:00
parent e8c1313ece
commit a8bf6749b8

View File

@@ -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