From 659537b4ec859f1e705cdd1f82da29ab1a662d94 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Apr 2022 04:10:28 -0400 Subject: De-sigil-ification: * --- stdlib/source/test/lux.lux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stdlib/source/test/lux.lux') 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 .local + (these (syntax: (for_bindings|test lux_state + [fn/0 .local var/0 .local let/0 .local @@ -1130,7 +1131,7 @@ let/2 .local let/3 .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 -- cgit v1.2.3