aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/program.lux')
-rw-r--r--stdlib/source/test/lux/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/program.lux b/stdlib/source/test/lux/program.lux
index 62ab2204e..a4382595d 100644
--- a/stdlib/source/test/lux/program.lux
+++ b/stdlib/source/test/lux/program.lux
@@ -29,7 +29,7 @@
(def !expect
(template (_ <pattern> <value>)
- [(case <value>
+ [(when <value>
<pattern>
true
@@ -122,7 +122,7 @@
inputs)]
(list#= inputs
(as (List Text) (io.run! outcome))))
- (case (try ((is /.Program
+ (when (try ((is /.Program
(/.program [arg/0 \\parser.any
arg/1 \\parser.any
arg/2 \\parser.any