From 0e791929b561e7b0bd77568948cc6c6d86f97ab2 Mon Sep 17 00:00:00 2001 From: Zachary Blair Date: Sat, 18 Feb 2012 12:13:21 -0800 Subject: [PATCH] Ticket #3598 - Added a missing ASSERT_EQUALS() statement to the end of checkDoubleFree() --- test/testother.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testother.cpp b/test/testother.cpp index d6fee3bfb..fbd416446 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -4636,6 +4636,7 @@ private: " return 0;\n" "}" ); + ASSERT_EQUALS("", errout.str()); } void coutCerrMisusage() {