about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mu.subx6
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")
=v1.7.2&id=8fa8705476d5023083bc27a3fddaee8402ac94e5'>8fa87054 ^
a66c4a26 ^
8fa87054 ^
aefd8048 ^
8fa87054 ^


a66c4a26 ^

f027adc0 ^
b289f679 ^

5c210a96 ^

3de15ddd ^

fb275079 ^

5c210a96 ^
3d566884 ^
e30d16cb ^
621a1a39 ^
c44b726e ^
465bff73 ^




f8e96a97 ^
b289f679 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52