Skip to content

Commit e15dcd9

Browse files
committed
testcheckersreport.cpp: fixed misc-override-with-different-visibility clang-tidy warnings
1 parent 88b684d commit e15dcd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testcheckersreport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TestCheckersReport : public TestFixture {
2828
public:
2929
TestCheckersReport() : TestFixture("TestCheckersReport") {}
3030

31-
31+
private:
3232
void run() final {
3333
// AddonInfo::checkers
3434
TEST_CASE(addonInfoCheckers);

0 commit comments

Comments
 (0)