diff options
Diffstat (limited to 'stdlib/source/test/lux/program.lux')
-rw-r--r-- | stdlib/source/test/lux/program.lux | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/program.lux b/stdlib/source/test/lux/program.lux index a6380c838..7e3430387 100644 --- a/stdlib/source/test/lux/program.lux +++ b/stdlib/source/test/lux/program.lux @@ -15,16 +15,17 @@ [collection ["[0]" list]]] [macro - [syntax (.only syntax:)]] + [syntax (.only syntax)]] [math ["[0]" random]]]] [\\library ["[0]" /]]) -(syntax: (actual_program [actual_program (<| <code>.form - (<>.after (<code>.this_text "lux def program")) - <code>.any)]) - (in (list actual_program))) +(def: actual_program + (syntax (_ [actual_program (<| <code>.form + (<>.after (<code>.this_text "lux def program")) + <code>.any)]) + (in (list actual_program)))) (def: .public test Test |