diff options
Diffstat (limited to 'apps/mu.subx')
-rw-r--r-- | apps/mu.subx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index b8d3d579..4fce90c7 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -2562,11 +2562,11 @@ test-stmt-defines-output-in-same-register-as-inout: 89/<- %edx 4/r32/esp (flush _test-output-buffered-file) (flush _test-error-buffered-file) -#? # dump _test-output-stream {{{ +#? # dump _test-error-stream {{{ #? (write 2 "^") -#? (write-stream 2 _test-output-stream) +#? (write-stream 2 _test-error-stream) #? (write 2 "$\n") -#? (rewind-stream _test-output-stream) +#? (rewind-stream _test-error-stream) #? # }}} # no error; we looked up 'y' correctly before pushing the binding for 'x' (check-stream-equal _test-error-stream "" "F - test-stmt-defines-output-in-same-register-as-inout: error stream should be empty") |