clean up some stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user