Skip to content

Commit

Permalink
anonymous namespace in testutils
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Oct 16, 2024
1 parent d432d99 commit d64f82e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/testutils.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "libprimis.h"
#include "../shared/stream.h"

namespace header_tools
namespace
{
void testpath()
{
Expand Down Expand Up @@ -242,10 +242,10 @@ namespace header_tools

void testutils()
{
header_tools::testpath();
header_tools::testcpath();
header_tools::testcopystring();
header_tools::testconcatstring();
header_tools::testparentdir();
header_tools::testfixpackagedir();
testpath();
testcpath();
testcopystring();
testconcatstring();
testparentdir();
testfixpackagedir();
}

0 comments on commit d64f82e

Please sign in to comment.