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.lux11
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/data.lux b/stdlib/source/test/lux/data.lux
index 25b679962..30ffac578 100644
--- a/stdlib/source/test/lux/data.lux
+++ b/stdlib/source/test/lux/data.lux
@@ -23,11 +23,12 @@
["[1][0]" collection]])
... TODO: Get rid of this ASAP
-(template: (!bundle body)
- [(is Test
- (do random.monad
- [_ (in [])]
- body))])
+(def: !bundle
+ (template (_ body)
+ [(is Test
+ (do random.monad
+ [_ (in [])]
+ body))]))
(def: format
Test