fix(ci): fix tests

This commit is contained in:
Barrett Ruth 2025-09-19 00:15:10 -04:00
parent 83a91e1985
commit 0de7c9c43c
2 changed files with 13 additions and 1 deletions

View file

@ -80,7 +80,6 @@ describe('cp integration', function()
default_language = 'cpp',
timeout_ms = 2000,
cpp = {
extension = 'cpp',
compile = { 'g++', '{source}', '-o', '{binary}' },
run = { '{binary}' },
},