Ticket #3598 - Added a missing ASSERT_EQUALS() statement to the end of checkDoubleFree()

This commit is contained in:
Zachary Blair 2012-02-18 12:13:21 -08:00
parent d7a918e549
commit 0e791929b5
1 changed files with 1 additions and 0 deletions

View File

@ -4636,6 +4636,7 @@ private:
" return 0;\n"
"}"
);
ASSERT_EQUALS("", errout.str());
}
void coutCerrMisusage() {