From 7c55e58e1a397934940a038acf09717c235fdf9f Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 14 Jul 2025 23:56:51 +0200 Subject: [PATCH] removed captures that don't capture because of scope issues with doctest --- test/parser/utils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parser/utils.cpp b/test/parser/utils.cpp index e688ab7..cd593db 100644 --- a/test/parser/utils.cpp +++ b/test/parser/utils.cpp @@ -29,8 +29,6 @@ void ParserFixture::setup(std::string source) { program = parser->parse_program(); check_parser_errors(parser->errors); - CAPTURE(parser); - CAPTURE(program); REQUIRE_MESSAGE( program != nullptr, "parse_program() returned a null pointer"