about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--chessboard-cursor.arc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/chessboard-cursor.arc.t b/chessboard-cursor.arc.t
index 80cd92e9..ddc9c0ad 100644
--- a/chessboard-cursor.arc.t
+++ b/chessboard-cursor.arc.t
@@ -7,7 +7,7 @@
   '((function! main [
       (default-space:space-address <- new space:literal 30:literal/capacity)
       (1:channel-address/raw <- init-channel 3:literal)
-      (r:integer/routine <- fork-helper read-move:fn nil:literal/globals nil:literal/limit)
+      (r:integer/routine <- fork-helper read-move:fn nil:literal/globals 100:literal/limit)
       (c:character <- copy ((#\a literal)))
       (x:tagged-value <- save-type c:character)
       (1:channel-address/raw/deref <- write 1:channel-address/raw x:tagged-value)