Skip to content

APRTests: Fix test failure in clang build.

Scott Snyder requested to merge ssnyder/athena:clang.APRTests-20220105 into master

Clang can sometimes print function names slightly differently than gcc. Hide function names in the test output to deal with this.

Merge request reports