From 888689a3a19319f15166f5a95a201a05a19ed1d2 Mon Sep 17 00:00:00 2001 From: XeroOl Date: Sun, 3 Mar 2024 23:14:22 -0600 Subject: [PATCH] Make tests pass on old lua versions --- test/completion.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion.fnl b/test/completion.fnl index f8cd7cd..05943aa 100644 --- a/test/completion.fnl +++ b/test/completion.fnl @@ -161,7 +161,7 @@ []) (local things-that-are-allowed-to-have-missing-docs - {:lua 1 :set-forcibly! 1}) + {:lua 1 :set-forcibly! 1 :unpack 1}) (check "(" [;; builtin specials