From: Julian Seward Date: Thu, 19 Jan 2006 03:56:33 +0000 (+0000) Subject: Suppressions-tests fixes. X-Git-Tag: svn/VALGRIND_3_2_0~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e7f0baa13bc8ce68e5297a27f792063c4e6514;p=thirdparty%2Fvalgrind.git Suppressions-tests fixes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5562 --- diff --git a/memcheck/tests/supp.supp b/memcheck/tests/supp.supp index c80b76bbe7..3dedbadd3e 100644 --- a/memcheck/tests/supp.supp +++ b/memcheck/tests/supp.supp @@ -1,6 +1,5 @@ { name_of_this_suppression Memcheck:Cond - obj:*supp1 - fun:__libc_start_main + fun:main } diff --git a/memcheck/tests/supp2.stderr.exp b/memcheck/tests/supp2.stderr.exp index 27e6842094..e69de29bb2 100644 --- a/memcheck/tests/supp2.stderr.exp +++ b/memcheck/tests/supp2.stderr.exp @@ -1,2 +0,0 @@ -Conditional jump or move depends on uninitialised value(s) - at 0x........: main (supp.c:8)