aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/test/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-r/source/test/program.lux')
-rw-r--r--lux-r/source/test/program.lux6
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