mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
fixes issue with lua 5.3 in performance/run.lua
This commit is contained in:
parent
6eedf26ba9
commit
aceb94a9c6
@ -50,6 +50,7 @@ local run_tests = function(lib_path)
|
||||
end
|
||||
|
||||
local versions = {'4_1', '4_0', '3_0', '2_0'}
|
||||
local unpack = _G.unpack or table.unpack
|
||||
local headers = {'test', unpack(versions)}
|
||||
local tests = { --'class_creation',
|
||||
'instantiation', 'instance_method', 'inherited_method', 'static_method', 'inherited_static_method' }
|
||||
|
Loading…
Reference in New Issue
Block a user