Towards Lua 5.5
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user