about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-27 23:37:04 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-27 23:38:38 -0800
commitf842ab98de58519184c7f1057991ad26c7bac69a (patch)
treee5b65ffa61d3cf3796666ac7fad14171325c52c5 /subx
parent58abd047ec748026d9e006eb0765ae81fa03d918 (diff)
downloadmu-f842ab98de58519184c7f1057991ad26c7bac69a.tar.gz
4877
Diffstat (limited to 'subx')
-rw-r--r--subx/040---tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/040---tests.cc b/subx/040---tests.cc
index 993ec44e..24819993 100644
--- a/subx/040---tests.cc
+++ b/subx/040---tests.cc
@@ -25,7 +25,7 @@ test-foo:  # offset 7
   01 d8  # just some unique instruction: add EBX to EAX
   c3/return
 
-# check that code in test_foo ran (implicitly called by run-tests)
+# check that code in test-foo ran (implicitly called by run-tests)
 +run: inst: 0x00000007
 
 :(code)