From f0cacd6f08132f9a46fe1358c0d7f4af44da9161 Mon Sep 17 00:00:00 2001 From: Reuh Date: Fri, 18 Jun 2021 15:33:04 +0200 Subject: [PATCH] Update tests --- test/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.lua b/test/test.lua index 531df53..e01a4cf 100644 --- a/test/test.lua +++ b/test/test.lua @@ -127,7 +127,7 @@ return a test("preprocessor placeholder function", [[ #placeholder('foo') -]], 5, { foo = "return 5" }) +]], 5, { preprocessorEnv = { foo = "return 5" } }) test("preprocessor options", [[ #if not foo == "sky" then