diff options
Diffstat (limited to '')
-rw-r--r-- | lux-r/source/test/program.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-r/source/test/program.lux b/lux-r/source/test/program.lux index 46e2a2b71..e8cf0df53 100644 --- a/lux-r/source/test/program.lux +++ b/lux-r/source/test/program.lux @@ -1,10 +1,10 @@ (.module: - [lux #* - ["_" test (#+ Test)] + [lux "*" + ["_" test {"+" [Test]}] [control ["." io] [parser - [cli (#+ program:)]]]] + [cli {"+" [program:]}]]]] [spec ["." compositor]] {1 |