diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/dquotes.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx index 909f1074..a59c9593 100644 --- a/subx/apps/dquotes.subx +++ b/subx/apps/dquotes.subx @@ -796,7 +796,7 @@ test-convert-processes-string-literals: e8/call check-next-stream-line-equal/disp32 # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP - # . check-next-stream-line-equal(_test-output-stream, "== data ", msg) + # . check-next-stream-line-equal(_test-output-stream, "== data", msg) # . . push args 68/push "F - test-convert-processes-string-literals/3"/imm32 68/push "== data"/imm32 |