This commit is contained in:
Barrett Ruth 2025-09-16 00:27:01 -04:00
parent 88d5ea1528
commit 6b5777b37d

View file

@ -116,7 +116,6 @@ end
---@return table
local function run_single_test_case(ctx, contest_config, test_case)
local language = vim.fn.fnamemodify(ctx.source_file, ":e")
local constants = require("cp.constants")
local language_name = constants.filetype_to_language[language] or contest_config.default_language
local language_config = contest_config[language_name]