Skip to content

Commit 1406a57

Browse files
Update testsymboldatabase.cpp
1 parent 55d8250 commit 1406a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testsymboldatabase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3631,7 +3631,7 @@ class TestSymbolDatabase : public TestFixture {
36313631
ASSERT(fredScope != nullptr);
36323632

36333633
// The struct Fred has two functions, a constructor and a destructor
3634-
ASSERT_EQUALS(2U, fredScope->functionList.size());
3634+
ASSERT_EQUALS(2U, fredScope->functionList.size()); // cppcheck-suppress nullPointer // see ticket #9747
36353635

36363636
// Get linenumbers where the bodies for the constructor and destructor are..
36373637
unsigned int constructor = 0;

0 commit comments

Comments
 (0)