Towards Lua 5.5

This commit is contained in:
Roberto Ierusalimschy
2022-12-20 13:24:43 -03:00
parent 7d6a97e42b
commit 540d805226
5 changed files with 12 additions and 129 deletions

View File

@@ -3,7 +3,7 @@
-- See Copyright Notice at the end of this file
local version = "Lua 5.4"
local version = "Lua 5.5"
if _VERSION ~= version then
io.stderr:write("This test suite is for ", version,
", not for ", _VERSION, "\nExiting tests")