diff options
Diffstat (limited to 'stdlib/source/test/lux/tool.lux')
-rw-r--r-- | stdlib/source/test/lux/tool.lux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/test/lux/tool.lux b/stdlib/source/test/lux/tool.lux index 7d0924fcc..f6bbb7a57 100644 --- a/stdlib/source/test/lux/tool.lux +++ b/stdlib/source/test/lux/tool.lux @@ -2,7 +2,7 @@ [library [lux (.full) ["_" test (.only Test)]]] - ["[0]" / "_" + ["[0]" / [compiler ["[1][0]" arity] ["[1][0]" version] @@ -12,15 +12,15 @@ [lux ... ["[1][0]" syntax] ["[1][0]" analysis] - ["[1][0]" synthesis "_" + ["[1][0]" synthesis ["[1]/[0]" simple] ["[1]/[0]" access]] - ["[1][0]" phase "_" + ["[1][0]" phase ["[1]/[0]" extension] ["[1]/[0]" analysis] ... ["[1]/[0]" synthesis] ]]] - ["[1][0]" meta "_" + ["[1][0]" meta ["[1]/[0]" archive] ["[1]/[0]" cli] ["[1]/[0]" export] |