aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-13 04:18:57 -0400
committerEduardo Julian2021-08-13 04:18:57 -0400
commite53c1a090eb9cfac3cb23d10d981648d02518ed1 (patch)
tree6c92c186525b6e73032ebea68765b791bcc27516 /stdlib/source/test/lux/world/program.lux
parent17629d66062b88b040a2397032f6c08361a5f3a7 (diff)
Made program: specify its bindings the same way as syntax:.
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/world/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/world/program.lux b/stdlib/source/test/lux/world/program.lux
index f2643a3b7..879d1f60f 100644
--- a/stdlib/source/test/lux/world/program.lux
+++ b/stdlib/source/test/lux/world/program.lux
@@ -62,7 +62,7 @@
dictionary.entries
(list.every? (function (_ [key value])
(|> environment
- (dictionary.get key)
+ (dictionary.value key)
(maybe\map (text\= value))
(maybe.else false)))))))))))
(_.cover [/.unknown_environment_variable]