diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/program.lux b/stdlib/source/test/lux/program.lux index 7e3430387..91078279e 100644 --- a/stdlib/source/test/lux/program.lux +++ b/stdlib/source/test/lux/program.lux @@ -21,13 +21,13 @@ [\\library ["[0]" /]]) -(def: 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 +(def .public test Test (<| (_.covering /._) (do random.monad |