diff options
author | Eduardo Julian | 2020-11-01 22:56:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-11-01 22:56:30 -0400 |
commit | 3e67e244ad1f58a7bab0094967a86be72aae2482 (patch) | |
tree | 5e8677dd7401134cac932c423a766bcff69c41e2 /stdlib/source/test/lux/control/parser/cli.lux | |
parent | 69272f598d831e89da83bdc8c9290d5607dfb14d (diff) |
Improved the design of actors.
Diffstat (limited to 'stdlib/source/test/lux/control/parser/cli.lux')
-rw-r--r-- | stdlib/source/test/lux/control/parser/cli.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/parser/cli.lux b/stdlib/source/test/lux/control/parser/cli.lux index 2c781e4fc..7d90eb49d 100644 --- a/stdlib/source/test/lux/control/parser/cli.lux +++ b/stdlib/source/test/lux/control/parser/cli.lux @@ -29,8 +29,8 @@ Test (<| (_.covering /._) (_.with-cover [/.Parser]) - (do {@ random.monad} - [expected (:: @ map n@encode random.nat) + (do {! random.monad} + [expected (:: ! map n@encode random.nat) #let [random-dummy (random.filter (|>> (text@= expected) not) (random.unicode 5))] dummy random-dummy |