summaryrefslogtreecommitdiff
path: root/twasm/asm/tests.asm
diff options
context:
space:
mode:
Diffstat (limited to 'twasm/asm/tests.asm')
-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