aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/test')
-rw-r--r--new-luxc/test/test/luxc/lang/translation/jvm.lux8
-rw-r--r--new-luxc/test/test/luxc/lang/translation/structure.lux2
2 files changed, 5 insertions, 5 deletions
diff --git a/new-luxc/test/test/luxc/lang/translation/jvm.lux b/new-luxc/test/test/luxc/lang/translation/jvm.lux
index 23877a51e..ae66b68af 100644
--- a/new-luxc/test/test/luxc/lang/translation/jvm.lux
+++ b/new-luxc/test/test/luxc/lang/translation/jvm.lux
@@ -395,7 +395,7 @@
false)))
)))))
-(host.import java/lang/Class
+(host.import: java/lang/Class
(getName [] String))
(def: classes
@@ -510,7 +510,7 @@
false)))
))))
-(host.import java/util/GregorianCalendar
+(host.import: java/util/GregorianCalendar
(#static AD int))
(context: "Member [Field]"
@@ -578,9 +578,9 @@
false)))
))))
-(host.import java/lang/Object)
+(host.import: java/lang/Object)
-(host.import (java/util/ArrayList a))
+(host.import: (java/util/ArrayList a))
(context: "Member [Method]"
(<| (times +100)
diff --git a/new-luxc/test/test/luxc/lang/translation/structure.lux b/new-luxc/test/test/luxc/lang/translation/structure.lux
index 2a757d3a6..df1350395 100644
--- a/new-luxc/test/test/luxc/lang/translation/structure.lux
+++ b/new-luxc/test/test/luxc/lang/translation/structure.lux
@@ -20,7 +20,7 @@
[synthesis #+ Synthesis]))
(test/luxc common))
-(host.import java/lang/Integer)
+(host.import: java/lang/Integer)
(def: (tuples-spec run)
(-> Runner Test)