diff options
| author | andromeda <andromeda@lenovo> | 2026-03-15 21:19:30 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-15 21:19:30 +0100 |
| commit | 64d3e4f6359b77a0ba96a858250af9ea13829010 (patch) | |
| tree | 2ea95fd3cb485afc01395146a483984df52a91b2 | |
| parent | 238069aa0d03f846f0445e369bb573fb5dbf4611 (diff) | |
remove dead lines
| -rw-r--r-- | twasm/asm/tests.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/twasm/asm/tests.asm b/twasm/asm/tests.asm index d2841b2..190f4c2 100644 --- a/twasm/asm/tests.asm +++ b/twasm/asm/tests.asm @@ -379,8 +379,5 @@ msg_fail: .start db "failed." .end db 0x0A, 0x00 -test_byte db "Q" ; unterminated, just a byte chillin -test_token_null db "TestTokn", 0x00 ; followed by null terminator. Quad word -test_token_space db "TestTokn " ; followed by space. Quad word test_elemb_0: ; [This Page Intentionally Left Blank] test_elemb_5 db 0x54, 0x00, 0x21, 0x20, 0x34 |
