Removed noise from test output

This commit is contained in:
vegowotenks 2025-02-28 23:13:30 +01:00
parent a508e4236e
commit d044cb1567
3 changed files with 11 additions and 9 deletions

View file

@ -146,11 +146,11 @@ void testQuantifier(void)
int main()
{
testLifetime();
testLiteral();
testBackslash();
testGroup();
testOption();
testQuantifier();
// testLifetime();
// testLiteral();
// testBackslash();
// testGroup();
// testOption();
// testQuantifier();
return 0;
}