aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux7
1 files changed, 5 insertions, 2 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 08bc451b1..ab5d2e1d4 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -59,7 +59,9 @@
## ["._" concatenative]
## ["._" predicate]
## [monad
- ## ["._" free]]]
+ ## ["._" free]]
+ ## [parser
+ ## [type (#+)]]]
## [data
## ["._" env]
## ["._" trace]
@@ -345,5 +347,6 @@
(program: args
(<| io
_.run!
- (_.times 100)
+ ## (_.times 100)
+ (_.seed 8070500311708372420)
..test))