fix(ci): unused var
This commit is contained in:
parent
d1994d07a3
commit
3a66930732
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ describe('run module ANSI processing', function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it('handles compilation failure with ansi disabled', function()
|
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'
|
local compilation_output = 'error.cpp:1:1: \027[1m\027[31merror:\027[0m undefined variable'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue