about summary refs log tree commit diff stats
path: root/403unicode.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 /403unicode.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 '403unicode.mu')
-rw-r--r--403unicode.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/403unicode.mu b/403unicode.mu
index b512fb4f..94710be6 100644
--- a/403unicode.mu
+++ b/403unicode.mu
@@ -369,7 +369,7 @@ fn test-shift-left-bytes-5 {
 
 # To run all tests, uncomment this and run:
 #   $ ./translate_mu  &&  ./a.elf
-#? fn main -> r/ebx: int {
+#? fn main -> _/ebx: int {
 #?   run-tests
 #?   r <- copy 0
 #? }