summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-02 23:46:20 +0200
committerandromeda <andromeda@lenovo>2026-04-02 23:46:20 +0200
commita8bf6749b8e8b974a09972001c142a74819d848c (patch)
tree87ecc9dfacf4c7e25285bfd83507486f13a95155
parente8c1313eceba2d36a8b5d153a6ce2c82fcf99cc3 (diff)
fix test_evaluate_constant
-rw-r--r--twasm/asm/tests.asm7
1 files changed, 0 insertions, 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