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 ef8463b1a..05a724bf8 100644 --- a/stdlib/source/test/lux/tool.lux +++ b/stdlib/source/test/lux/tool.lux @@ -2,14 +2,14 @@ [library [lux "*" ["_" test {"+" [Test]}]]] - ["." / "_" + ["[0]" / "_" [compiler [language [lux - ["#." syntax] + ["[1][0]" syntax] [phase - ["#." analysis] - ["#." synthesis]]]]]]) + ["[1][0]" analysis] + ["[1][0]" synthesis]]]]]]) (def: .public test Test |