diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-20 16:40:04 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-20 16:40:04 -0700 |
commit | 31c01792c7d1d1474744bc82fe6ea36f2cff333c (patch) | |
tree | b788f87ea48c5910217af7ddc01df817c7cc523a | |
parent | 52daf0722f7f4ad9d3f29e3cbbbaddde066f49f3 (diff) | |
download | mu-31c01792c7d1d1474744bc82fe6ea36f2cff333c.tar.gz |
5212
-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 |