about summary refs log tree commit diff stats
path: root/061channel.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-13 16:53:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-13 16:53:32 -0700
commit65b3db5d597d7478be7bd6c38708ddc857719503 (patch)
treeb4a48a435696bae0d5b39bf0a73c705af3972b98 /061channel.mu
parent590ccda599b2ba57b896305f6974abb11589558f (diff)
downloadmu-65b3db5d597d7478be7bd6c38708ddc857719503.tar.gz
1990 - extra ingredient for 'trace' depth
Now we can make use of all the depths from 1 to 99.
Diffstat (limited to '061channel.mu')
-rw-r--r--061channel.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/061channel.mu b/061channel.mu
index 9f4ea619..d0c7ae2f 100644
--- a/061channel.mu
+++ b/061channel.mu
@@ -365,7 +365,7 @@ F buffer-lines-blocks-until-newline: channel should be empty after writing 'b']
     9:boolean/completed? <- not 8:boolean
     assert 9:boolean/completed?, [
 F buffer-lines-blocks-until-newline: channel should contain data after writing newline]
-    trace [test], [reached end]
+    trace 1, [test], [reached end]
   ]
   trace-should-contain [
     test: reached end