aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/host/jvm.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/host/jvm.jvm.lux')
-rw-r--r--stdlib/source/test/lux/host/jvm.jvm.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/test/lux/host/jvm.jvm.lux b/stdlib/source/test/lux/host/jvm.jvm.lux
index 73cf967f9..b0655ebd3 100644
--- a/stdlib/source/test/lux/host/jvm.jvm.lux
+++ b/stdlib/source/test/lux/host/jvm.jvm.lux
@@ -23,15 +23,15 @@
["r" random]]
["_" test (#+ Test)]]
{1
- [/
- ["/." loader (#+ Library)]
- ["/." version]
- ["/." name]
- ["/." descriptor]
- ["/." field]
- ["/." class]
+ ["." / #_
+ ["#." loader (#+ Library)]
+ ["#." version]
+ ["#." name]
+ ["#." descriptor]
+ ["#." field]
+ ["#." class]
[modifier
- ["/.M" inner]]]})
+ ["#.M" inner]]]})
(def: (write-class! name bytecode)
(-> Text Binary (IO Text))