about summary refs log tree commit diff stats
path: root/405screen.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-03 14:04:35 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-03 14:04:35 -0800
commitda791479a0bd7f1d34c0ba06309cc1fb48bbe7a5 (patch)
treeb702c6eb9873f929270814dd29a64b4f3ca56ae8 /405screen.mu
parent85a29a4e4ed68e7ae35321113ff3d7aedb6afc4b (diff)
downloadmu-da791479a0bd7f1d34c0ba06309cc1fb48bbe7a5.tar.gz
7165
All tasks of https://github.com/akkartik/mu/issues/45#issuecomment-719990879
should now be complete.
Diffstat (limited to '405screen.mu')
-rw-r--r--405screen.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/405screen.mu b/405screen.mu
index a742cc7b..7007e704 100644
--- a/405screen.mu
+++ b/405screen.mu
@@ -1424,8 +1424,8 @@ fn test-check-screen-blinking {
   check-screen-row-in-blinking screen, 1, "a c", "F - test-check-screen-blinking"
 }
 
-#? fn main -> exit-status/ebx: int {
+#? fn main -> _/ebx: int {
 #? #?   test-check-screen-color
 #?   run-tests
-#?   exit-status <- copy 0
+#?   return 0
 #? }