aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test
diff options
context:
space:
mode:
authorEduardo Julian2018-07-03 20:35:42 -0400
committerEduardo Julian2018-07-03 20:35:42 -0400
commit371a407a49ddf0f2fe1d977018fcd0a009c86043 (patch)
tree322daf75a391bfc49026867250e10c424c4ec978 /new-luxc/test
parentc75e8aa8bc84af3b598292f3261354384b3cc80f (diff)
- Re-named "import" to "import:".
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)