Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/lapi/io_torture_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ local test_lib = require("lib")
-- The maximum file size is 1Mb (1000 * 1000).
local MAX_N = 1e3

local unpack = unpack or table.unpack

local function io_seek(self)
local SEEK_MODE = {
"set", -- Base is position 0 (beginning of the file).
Expand Down