aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/ffi/export.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/ffi/export.jvm.lux')
-rw-r--r--stdlib/source/test/lux/ffi/export.jvm.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/ffi/export.jvm.lux b/stdlib/source/test/lux/ffi/export.jvm.lux
index 7dc0e194d..5fa93e75d 100644
--- a/stdlib/source/test/lux/ffi/export.jvm.lux
+++ b/stdlib/source/test/lux/ffi/export.jvm.lux
@@ -127,8 +127,8 @@
(<| (_.covering /._)
(do [! random.monad]
[(~~ (template [<type> <as> <random>]
- [(~~ (template.symbol [left_ <type>])) (# ! each (|>> <as>) <random>)
- (~~ (template.symbol [right_ <type>])) (# ! each (|>> <as>) <random>)]
+ [(~~ (template.symbol [left_ <type>])) (at ! each (|>> <as>) <random>)
+ (~~ (template.symbol [right_ <type>])) (at ! each (|>> <as>) <random>)]
[boolean //.as_boolean random.bit]
[byte //.as_byte ..tiny_int]