aboutsummaryrefslogtreecommitdiff
path: root/lib/things.nom
diff options
context:
space:
mode:
Diffstat (limited to 'lib/things.nom')
-rw-r--r--lib/things.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/things.nom b/lib/things.nom
index 4f15e68..50c7aaa 100644
--- a/lib/things.nom
+++ b/lib/things.nom
@@ -60,7 +60,7 @@ test:
lua> "\
..local fn_name = \%actions[1].stub:as_lua_id()
local \%args = List{\(\%its), unpack(\%actions[1]:get_args())}
- local lua = LuaCode(tree.source, "class.", fn_name, " = ", \(..)
+ local lua = LuaCode("class.", fn_name, " = ", \(..)
what (%args -> %body) compiles to
..)
for i=2,#\%actions do