From a8bf6749b8e8b974a09972001c142a74819d848c Mon Sep 17 00:00:00 2001 From: andromeda Date: Thu, 2 Apr 2026 23:46:20 +0200 Subject: [PATCH] fix test_evaluate_constant --- twasm/asm/tests.asm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/twasm/asm/tests.asm b/twasm/asm/tests.asm index f0ee54a..4cf735d 100644 --- a/twasm/asm/tests.asm +++ b/twasm/asm/tests.asm @@ -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