From 3a66930732bd36a11d1246173304d43320ff8d88 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 20 Sep 2025 16:46:06 -0400 Subject: [PATCH] fix(ci): unused var --- spec/run_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/run_spec.lua b/spec/run_spec.lua index 8e568be..715dcfe 100644 --- a/spec/run_spec.lua +++ b/spec/run_spec.lua @@ -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'