about summary refs log tree commit diff stats
path: root/apps/factorial.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-14 13:42:03 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-14 13:42:03 -0700
commit480fd9958abbd9b3b8443190ece755504cacdf9c (patch)
tree653c0bb68d2f58dd3665ea8289a5c79c1cbb8327 /apps/factorial.mu
parentd9f8784d4c73a257205f040eeb31414814db56f8 (diff)
downloadmu-480fd9958abbd9b3b8443190ece755504cacdf9c.tar.gz
7032
Diffstat (limited to 'apps/factorial.mu')
-rw-r--r--apps/factorial.mu5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/factorial.mu b/apps/factorial.mu
index dab0ca90..362b68c6 100644
--- a/apps/factorial.mu
+++ b/apps/factorial.mu
@@ -8,6 +8,11 @@
 #
 # You can also run the automated test suite:
 #   $ ./a.elf test
+# Expected output:
+#   ........
+# Every '.' indicates a passing test. Failing tests get a 'F'.
+# There's only one test in this file, but you'll also see tests running from
+# Mu's standard library.
 #
 # Compare apps/factorial4.subx