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 e7d4a4767..2da869ab5 100644 --- a/stdlib/source/test/lux/program.lux +++ b/stdlib/source/test/lux/program.lux @@ -17,8 +17,8 @@ [syntax (#+ syntax:)]] [math ["." random]]] - {1 - ["." /]}) + [\\ + ["." /]]) (syntax: (actual_program {actual_program (<| <code>.form (<>.after (<code>.text! "lux def program")) |