We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd0cc9 commit 13503ecCopy full SHA for 13503ec
tests/lapi/io_torture_test.lua
@@ -24,6 +24,8 @@ local test_lib = require("lib")
24
-- The maximum file size is 1Mb (1000 * 1000).
25
local MAX_N = 1e3
26
27
+local unpack = unpack or table.unpack
28
+
29
local function io_seek(self)
30
local SEEK_MODE = {
31
"set", -- Base is position 0 (beginning of the file).
0 commit comments