aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/target/jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/target/jvm.lux')
-rw-r--r--stdlib/source/test/lux/target/jvm.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/target/jvm.lux b/stdlib/source/test/lux/target/jvm.lux
index b3cd98618..c282c2250 100644
--- a/stdlib/source/test/lux/target/jvm.lux
+++ b/stdlib/source/test/lux/target/jvm.lux
@@ -1,6 +1,6 @@
(.require
[library
- [lux (.except Type Primitive Label type int)
+ [lux (.except Type Primitive Label int)
["[0]" ffi (.only import)]
["@" target]
[abstract
@@ -150,7 +150,7 @@
{try.#Failure error}
false))))
-(type: (Primitive a)
+(type (Primitive a)
(Record
[#unboxed (Type category.Return)
#boxed (Type category.Class)