about summary refs log tree commit diff stats
path: root/subx/057stop.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-10 00:14:49 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-10 00:14:49 -0800
commitdd08c9e69b59bd6a1f975887a9cf97122df4c1cf (patch)
treebc77604c71d8445629604a7ec082c7375fa324ec /subx/057stop.subx
parentf9ec61327a8bf57da6593f445a2712917772959d (diff)
downloadmu-dd08c9e69b59bd6a1f975887a9cf97122df4c1cf.tar.gz
4863
Diffstat (limited to 'subx/057stop.subx')
-rw-r--r--subx/057stop.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/057stop.subx b/subx/057stop.subx
index 6e8e6c0b..ff4a52b4 100644
--- a/subx/057stop.subx
+++ b/subx/057stop.subx
@@ -39,7 +39,7 @@
 
 # main:
     e8/call  run-tests/disp32  # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'.
-#?     e8/call  test-stop-skips-returns-on-exit/disp32
+#?     e8/call test-stop-skips-returns-on-exit/disp32
     # syscall(exit, Num-test-failures)
     8b/copy                         0/mod/indirect  5/rm32/.disp32            .             .           3/r32/EBX   Num-test-failures/disp32          # copy *Num-test-failures to EBX
     b8/copy-to-EAX  1/imm32