aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/tool.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/tool.lux')
-rw-r--r--stdlib/source/test/lux/tool.lux11
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/tool.lux b/stdlib/source/test/lux/tool.lux
index 7d1c2676e..5452fbb65 100644
--- a/stdlib/source/test/lux/tool.lux
+++ b/stdlib/source/test/lux/tool.lux
@@ -3,11 +3,12 @@
["_" test (#+ Test)]]
["." / #_
[compiler
- [default
- ["#." syntax]]
- [phase
- ["#." analysis]
- ["#." synthesis]]]])
+ [language
+ [lux
+ ["#." syntax]
+ [phase
+ ["#." analysis]
+ ["#." synthesis]]]]]])
(def: #export test
Test