aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-10-12 01:27:48 -0400
committerEduardo Julian2017-10-12 01:27:48 -0400
commitf3acc0d67e6cd4e7245c1e169a3c0469da4373a3 (patch)
tree9ed4796b085abb535ae6bee2f804166c30787691 /new-luxc/test/tests.lux
parent1594c2c866db18c6c5360ae2451ffd38b879fc49 (diff)
- Compilation and tests for primitive conversions.
Diffstat (limited to '')
-rw-r--r--new-luxc/test/tests.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/new-luxc/test/tests.lux b/new-luxc/test/tests.lux
index 311b6666f..731667bdd 100644
--- a/new-luxc/test/tests.lux
+++ b/new-luxc/test/tests.lux
@@ -24,7 +24,8 @@
["_;G" structure]
["_;G" case]
["_;G" function]
- (procedure ["_;G" common]))
+ (procedure ["_;G" common]
+ ["_;G" host]))
))
)