From fc8bebd3b3c5f050ea92e72eecbd9f6df09f28db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 4 Sep 2021 12:49:52 -0400 Subject: De-taggification | part 2 --- lux-jvm/source/test/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-jvm/source/test/program.lux') diff --git a/lux-jvm/source/test/program.lux b/lux-jvm/source/test/program.lux index 46e2a2b71..e8cf0df53 100644 --- a/lux-jvm/source/test/program.lux +++ b/lux-jvm/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 -- cgit v1.2.3