fix: remove comments
This commit is contained in:
parent
f9cf5b1614
commit
8a9bc7434f
2 changed files with 4 additions and 5 deletions
|
|
@ -90,7 +90,6 @@ local function parse_test_cases_from_files(input_file, expected_file)
|
|||
local base_name = vim.fn.fnamemodify(input_file, ':r')
|
||||
local test_cases = {}
|
||||
|
||||
-- Try numbered files first (created by scraper)
|
||||
local i = 1
|
||||
while true do
|
||||
local individual_input_file = base_name .. '.' .. i .. '.cpin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue