Skip to content

Commit bd1840d

Browse files
committed
fix: remove debug output from TestExpressionParser for cleaner test output
1 parent b40e598 commit bd1840d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cucumber_cpp/library/cucumber_expression/test/TestExpressionParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ namespace cucumber_cpp::library::cucumber_expression
106106

107107
for (const auto& [file, testdata] : GetTestData(testdataPath))
108108
{
109-
std::cout << std::format("Testing file: {}", file) << std::endl;
110109
if (testdata["exception"])
111110
ASSERT_ANY_THROW(ExpressionParser{}.Parse(testdata["expression"].as<std::string>()))
112111
<< std::format("Test failed for file: {}", file);

0 commit comments

Comments
 (0)