aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/debug.lux4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux
index a41f52a8d..26023e7aa 100644
--- a/stdlib/source/test/lux/debug.lux
+++ b/stdlib/source/test/lux/debug.lux
@@ -268,7 +268,9 @@
(ffi.import sys
"[1]::[0]"
- ("static" stdout io/StringIO))))
+ ("static" stdout io/StringIO)))
+ ... else
+ (these))
(def with_out
(template (_ <body>)