about summary refs log tree commit diff stats
path: root/html/002test.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/002test.cc.html')
-rw-r--r--html/002test.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/002test.cc.html b/html/002test.cc.html
index c01063f8..84903a24 100644
--- a/html/002test.cc.html
+++ b/html/002test.cc.html
@@ -34,7 +34,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <pre id='vimCodeElement'>
 <span class="Comment">//: A simple test harness. To create new tests define functions starting with</span>
 <span class="Comment">//: 'test_'. To run all tests so defined, run:</span>
-<span class="Comment">//:   $ wart test</span>
+<span class="Comment">//:   $ mu test</span>
 <span class="Comment">//:</span>
 <span class="Comment">//: So far it seems tasteful for layers to never ever reach back to modify</span>
 <span class="Comment">//: previously-defined tests. Every test is a contract once written, and should</span>
id='n133' href='#n133'>133 134 135 136 137 138 139 140 141 142 143 144 145 146 147