about summary refs log tree commit diff stats
path: root/html/002test.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-12 18:00:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-12 18:00:47 -0700
commite07cbe5edfef74005a56205586202e9a224f0500 (patch)
tree28f15db3a56d77e1716fcc7e82f451f097d0ee1a /html/002test.cc.html
parent32983f88e46082ebdbf3357ea488beda9497ce38 (diff)
downloadmu-e07cbe5edfef74005a56205586202e9a224f0500.tar.gz
3174
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>