aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test
diff options
context:
space:
mode:
authorEduardo Julian2017-10-31 19:09:47 -0400
committerEduardo Julian2017-10-31 19:09:47 -0400
commit6c753288a89eadb3f7d70a8844e466c48c809051 (patch)
treefb2837b32df793a66f5d93cf5de34296e8dbabcb /new-luxc/test
parentf4ca44d9e155da79632415dbbf9c4ca9eb210f56 (diff)
- Moved the "host" directory from under "generator" to under "luxc".
Diffstat (limited to 'new-luxc/test')
-rw-r--r--new-luxc/test/test/luxc/generator/reference.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/new-luxc/test/test/luxc/generator/reference.lux b/new-luxc/test/test/luxc/generator/reference.lux
index 9df6d8b10..a8bed89e1 100644
--- a/new-luxc/test/test/luxc/generator/reference.lux
+++ b/new-luxc/test/test/luxc/generator/reference.lux
@@ -8,15 +8,15 @@
[meta]
(meta [code])
test)
- (luxc (lang ["ls" synthesis])
+ (luxc (host ["$" jvm]
+ (jvm ["$i" inst]))
+ (lang ["ls" synthesis])
["_;" module]
(generator [";G" statement]
[";G" eval]
[";G" expression]
[";G" case]
- [";G" runtime]
- (host ["$" jvm]
- (jvm ["$i" inst]))))
+ [";G" runtime]))
(test/luxc common))
(def: nilI $;Inst runtimeG;noneI)