From bd42be5c03ac8531eb79339be52b4bc09cf7efd9 Mon Sep 17 00:00:00 2001 From: Rafis Ganeyev Date: Fri, 12 Jul 2013 23:00:19 +0400 Subject: [PATCH] test/cases/0290-tstr: fix bug made in last commit --- test/cases/0290-tstr.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cases/0290-tstr.lua b/test/cases/0290-tstr.lua index a21754a0..2b694351 100644 --- a/test/cases/0290-tstr.lua +++ b/test/cases/0290-tstr.lua @@ -6,6 +6,9 @@ local make_suite = assert(loadfile('test/test-lib/init/strict.lua'))(...) +declare 'jit' +local _VERSION, jit = _VERSION, jit + local table_concat = table.concat local math_pi = math.pi local setmetatable = setmetatable