aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/data.lux')
-rw-r--r--stdlib/source/test/lux/data.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/data.lux b/stdlib/source/test/lux/data.lux
index 8f07c3ad5..d350cabf9 100644
--- a/stdlib/source/test/lux/data.lux
+++ b/stdlib/source/test/lux/data.lux
@@ -27,10 +27,10 @@
## TODO: Get rid of this ASAP
(template: (!bundle body)
- (: Test
- (do random.monad
- [_ (in [])]
- body)))
+ [(: Test
+ (do random.monad
+ [_ (in [])]
+ body))])
(def: format
Test
@@ -64,7 +64,7 @@
/sum.test
/text.test))
-(def: #export test
+(def: .public test
Test
## TODO: Inline ASAP
($_ _.and