aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-04-09 04:10:28 -0400
committerEduardo Julian2022-04-09 04:10:28 -0400
commit659537b4ec859f1e705cdd1f82da29ab1a662d94 (patch)
treefcbfce7370b757009d0425eba1c56646fbc21dd4 /stdlib/source/test/lux.lux
parent04c7f49a732380a2b9f72b1b937171b341c24323 (diff)
De-sigil-ification: *
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux
index fde45451b..79265e7b3 100644
--- a/stdlib/source/test/lux.lux
+++ b/stdlib/source/test/lux.lux
@@ -1117,7 +1117,8 @@
))
(for @.old (these)
- (these (syntax: (for_bindings|test [fn/0 <code>.local
+ (these (syntax: (for_bindings|test lux_state
+ [fn/0 <code>.local
var/0 <code>.local
let/0 <code>.local
@@ -1130,7 +1131,7 @@
let/2 <code>.local
let/3 <code>.local])
- (in (list (code.bit (case (the .#scopes *lux*)
+ (in (list (code.bit (case (the .#scopes lux_state)
(pattern (partial_list scope/2 _))
(let [locals/2 (the .#locals scope/2)
expected_locals/2 (set.of_list text.hash (list fn/2 var/2 let/2