diff options
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r-- | test/unit/helpers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua index 81847abc36..f8143a0125 100644 --- a/test/unit/helpers.lua +++ b/test/unit/helpers.lua @@ -9,7 +9,6 @@ local say = require('say') local posix = nil local syscall = nil -local unpack = table.unpack or unpack -- luacheck: ignore local check_cores = global_helpers.check_cores local dedent = global_helpers.dedent |