about summary refs log tree commit diff stats
path: root/apps/tests.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-17 21:59:51 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-17 21:59:51 -0700
commit540974343290cb9ac0cf55b999447bf563928612 (patch)
treef8ed3420cbe796ee672e207543c80b2b85350fb9 /apps/tests.subx
parent5a7f919dfabc8ac721cb7ac5383c97e24d828736 (diff)
downloadmu-540974343290cb9ac0cf55b999447bf563928612.tar.gz
5700
Diffstat (limited to 'apps/tests.subx')
-rw-r--r--apps/tests.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tests.subx b/apps/tests.subx
index cb2b5e2a..4e407d50 100644
--- a/apps/tests.subx
+++ b/apps/tests.subx
@@ -67,7 +67,7 @@ $subx-tests-main:end:
     b8/copy-to-eax  1/imm32/exit
     cd/syscall  0x80/imm8
 
-subx-gen-run-tests:  # in : (address buffered-file), out : (address buffered-file) -> <void>
+subx-gen-run-tests:  # in : (address buffered-file), out : (address buffered-file)
     # pseudocode
     #   bool tests-found = false
     #   var line = new-stream(512, 1)