about summary refs log tree commit diff stats
path: root/html/apps/tests.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-27 16:47:40 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-27 16:47:40 -0800
commit510a5429ca20b14b499ab9551ddbead660b23aeb (patch)
treea0d088ad30e8cc2de7dd9c02f235388486e7c491 /html/apps/tests.subx.html
parent127a3dae73004f1cd6328832f228436d009e4a09 (diff)
downloadmu-510a5429ca20b14b499ab9551ddbead660b23aeb.tar.gz
6056
Diffstat (limited to 'html/apps/tests.subx.html')
-rw-r--r--html/apps/tests.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/tests.subx.html b/html/apps/tests.subx.html
index 0411bb81..7147a0f6 100644
--- a/html/apps/tests.subx.html
+++ b/html/apps/tests.subx.html
@@ -129,7 +129,7 @@ if ('onhashchange' in window) {
 <span id="L69" class="LineNr"> 69 </span>
 <span id="L70" class="LineNr"> 70 </span><span class="subxFunction">subx-gen-run-tests</span>:  <span class="subxComment"># in: (addr buffered-file), out: (addr buffered-file)</span>
 <span id="L71" class="LineNr"> 71 </span>    <span class="subxComment"># pseudocode</span>
-<span id="L72" class="LineNr"> 72 </span>    <span class="subxComment">#   bool tests-found = false</span>
+<span id="L72" class="LineNr"> 72 </span>    <span class="subxComment">#   boolean tests-found = false</span>
 <span id="L73" class="LineNr"> 73 </span>    <span class="subxComment">#   var line: (stream byte 512)</span>
 <span id="L74" class="LineNr"> 74 </span>    <span class="subxComment">#   var new-code-segment: (handle stream byte) = new-stream(Segment-size, 1)</span>
 <span id="L75" class="LineNr"> 75 </span>    <span class="subxComment">#   write(new-code-segment, &quot;\n== code\n&quot;)</span>