commit
312a74d785
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ local function compute_cols(test_state)
|
||||||
memory_str = string.format('%.0f', test_state.constraints.memory_mb)
|
memory_str = string.format('%.0f', test_state.constraints.memory_mb)
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.print(test_state)
|
|
||||||
for i, tc in ipairs(test_state.test_cases) do
|
for i, tc in ipairs(test_state.test_cases) do
|
||||||
local prefix = (i == test_state.current_index) and '>' or ' '
|
local prefix = (i == test_state.current_index) and '>' or ' '
|
||||||
w.num = math.max(w.num, #(' ' .. prefix .. i .. ' '))
|
w.num = math.max(w.num, #(' ' .. prefix .. i .. ' '))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue