about summary refs log tree commit diff stats
path: root/continuation4.mu
diff options
context:
space:
mode:
Diffstat (limited to 'continuation4.mu')
-rw-r--r--continuation4.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/continuation4.mu b/continuation4.mu
index 34c8de71..d4eb0641 100644
--- a/continuation4.mu
+++ b/continuation4.mu
@@ -43,5 +43,5 @@ def create-yielder l:&:list:num -> n:num, done?:bool [
   # return. Calling functions should stop calling its continuation after this
   # point.
   return-continuation-until-mark 100/mark, -1, done?
-  assert 0/false, [called too many times, ran out of continuations to return]
+  assert false, [called too many times, ran out of continuations to return]
 ]