about summary refs log tree commit diff stats
path: root/061text.mu
diff options
context:
space:
mode:
Diffstat (limited to '061text.mu')
-rw-r--r--061text.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/061text.mu b/061text.mu
index 1ef8c393..9cb44c79 100644
--- a/061text.mu
+++ b/061text.mu
@@ -27,7 +27,7 @@ def equal a:text, b:text -> result:bool [
     i <- add i, 1
     loop
   }
-  return 1
+  return 1/true
 ]
 
 scenario text-equal-reflexive [