aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/ffi.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/ffi.jvm.lux')
-rw-r--r--stdlib/source/test/lux/ffi.jvm.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/ffi.jvm.lux b/stdlib/source/test/lux/ffi.jvm.lux
index 13c9f2fcd..375de540a 100644
--- a/stdlib/source/test/lux/ffi.jvm.lux
+++ b/stdlib/source/test/lux/ffi.jvm.lux
@@ -19,9 +19,7 @@
["[0]" array (.only Array)]]]
["[0]" macro (.only)
[syntax (.only syntax)]
- ["[0]" template]
- ["[0]" code (.only)
- ["<[1]>" \\parser]]]
+ ["[0]" template]]
[math
["[0]" random (.only Random) (.use "[1]#[0]" monad)]
[number (.only hex)
@@ -30,7 +28,9 @@
["i" int (.use "[1]#[0]" equivalence)]
["f" frac (.use "[1]#[0]" equivalence)]]]
["[0]" meta (.only)
- ["[0]" type (.use "[1]#[0]" equivalence)]]
+ ["[0]" type (.use "[1]#[0]" equivalence)]
+ ["[0]" code (.only)
+ ["<[1]>" \\parser]]]
[target
["[0]" jvm
["[1]" type (.use "[1]#[0]" equivalence)]]]]]