Skip to content

Commit

Permalink
Fix linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
herve-er committed Oct 15, 2024
1 parent 0237bd6 commit 7564a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void TestPlatformInconsistencyCheckerWorker::testCheckNameForbiddenChars() {
#elif defined(__unix__) && !defined(__APPLE__)
forbiddenName = std::string("test");
forbiddenName.append(1, '\0');
CPPUNIT_ASSERT(PlatformInconsistencyCheckerUtility::instance()->checkNameForbiddenChars(forbiddenName));
CPPUNIT_ASSERT(PlatformInconsistencyCheckerUtility::instance()->nameHasForbiddenChars(forbiddenName));
#endif
}

Expand Down

0 comments on commit 7564a39

Please sign in to comment.