summaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
authormRnea <[email protected]>2024-07-29 00:36:06 +0300
committermRnea <[email protected]>2024-07-29 00:36:06 +0300
commit49b58b2d57eb9ae5a5d587bf6144f198797da0a2 (patch)
tree4ae2b8aee16beeb7e8cc9aeb40e9a1a12a539c73 /main.lisp
parentd1481f2770f363aa436db853a7c4f7616de80e50 (diff)
minor change to run to make it more generic
Diffstat (limited to 'main.lisp')
-rw-r--r--main.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lisp b/main.lisp
index 578fa01..8a90c32 100644
--- a/main.lisp
+++ b/main.lisp
@@ -39,7 +39,7 @@
(defun example-run ()
(example-compile)
- (run '("test/output")))
+ (run '("test/output") :output t))
(defun start-forth-repl ()
(iter (for line = (progn (format t "~&> ") (read-line)))