aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index ad63d30cb..69ce89d45 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -7,7 +7,6 @@
[program (#+ program:)]
["_" test (#+ Test)]
["@" target]
- ["." debug]
[abstract
[monad (#+ do)]
[predicate (#+ Predicate)]]
@@ -256,5 +255,5 @@
(program: args
(<| io
_.run!
- ((debug.private _.times') (#.Some 2,000) 100)
+ (_.times' (#.Some 2,000) 100)
..test))