about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-10 09:12:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-10 09:12:11 -0700
commit0ca996fad6a9c188090e0a39e4f908696820da00 (patch)
treec7b44b2cc0d5a5ff85361d6b2f4a7f932923760e /002test.cc
parent15fdc5d9b897553c89735db25fa78b167e8b2867 (diff)
downloadmu-0ca996fad6a9c188090e0a39e4f908696820da00.tar.gz
3165
Diffstat (limited to '002test.cc')
-rw-r--r--002test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/002test.cc b/002test.cc
index 3ef899cd..8ddcbd66 100644
--- a/002test.cc
+++ b/002test.cc
@@ -1,6 +1,6 @@
 //: A simple test harness. To create new tests define functions starting with
 //: 'test_'. To run all tests so defined, run:
-//:   $ wart test
+//:   $ mu test
 //:
 //: So far it seems tasteful for layers to never ever reach back to modify
 //: previously-defined tests. Every test is a contract once written, and should