1 parent 55d8250 commit 1406a57Copy full SHA for 1406a57
1 file changed
test/testsymboldatabase.cpp
@@ -3631,7 +3631,7 @@ class TestSymbolDatabase : public TestFixture {
3631
ASSERT(fredScope != nullptr);
3632
3633
// The struct Fred has two functions, a constructor and a destructor
3634
- ASSERT_EQUALS(2U, fredScope->functionList.size());
+ ASSERT_EQUALS(2U, fredScope->functionList.size()); // cppcheck-suppress nullPointer // see ticket #9747
3635
3636
// Get linenumbers where the bodies for the constructor and destructor are..
3637
unsigned int constructor = 0;
0 commit comments