aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux.lux')
-rw-r--r--stdlib/source/test/lux.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index 8532b3e12..40a797177 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -39,7 +39,7 @@
## ["#." tool] ## TODO: Update & expand tests for this
["#." type]
["#." world]
- ["#." host]
+ ["#." ffi]
["#." extension]
["#." target #_
<target>]]))
@@ -220,7 +220,7 @@
## /tool.test
/type.test
/world.test
- /host.test
+ /ffi.test
(for {@.jvm (#.Cons /target/jvm.test tail)
@.old (#.Cons /target/jvm.test tail)}
tail)