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.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/twasm/asm/tests.asm b/twasm/asm/tests.asm
index dd82315..980d53d 100644
--- a/twasm/asm/tests.asm
+++ b/twasm/asm/tests.asm
@@ -654,7 +654,7 @@ test_evaluate_operand:
msg_pass:
db 0x0A
- times (TEST_LINE_LENGTH + .start + 5 - .end) db " ", ; right align
+ times (TEST_LINE_LENGTH + .start - .end) db " ", ; right align
db 0x1B, "[32m"
.start db "passed."
.end db 0x1B, "[0m", 0x0A, 0x00