fix(ci): unused var

This commit is contained in:
Barrett Ruth 2025-09-20 16:46:06 -04:00
parent d1994d07a3
commit 3a66930732

View file

@ -41,7 +41,7 @@ describe('run module ANSI processing', function()
end)
it('handles compilation failure with ansi disabled', function()
local test_config = config.setup({ run_panel = { ansi = false } })
config.setup({ run_panel = { ansi = false } })
local compilation_output = 'error.cpp:1:1: \027[1m\027[31merror:\027[0m undefined variable'