From: Julian Seward Date: Mon, 11 Dec 2006 00:19:28 +0000 (+0000) Subject: Update a couple of expected outputs. X-Git-Tag: svn/VALGRIND_3_3_0~496 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0c6a889c289f8e7bc4d19c9f003ae8a4115104a;p=thirdparty%2Fvalgrind.git Update a couple of expected outputs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6390 --- diff --git a/memcheck/tests/leak-cycle.stderr.exp b/memcheck/tests/leak-cycle.stderr.exp index f981f89f50..0c24a861ef 100644 --- a/memcheck/tests/leak-cycle.stderr.exp +++ b/memcheck/tests/leak-cycle.stderr.exp @@ -35,8 +35,6 @@ LEAK SUMMARY: possibly lost: 0 bytes in 0 blocks. still reachable: 0 bytes in 0 blocks. suppressed: 0 bytes in 0 blocks. -Reachable blocks (those to which a pointer was found) are not shown. -To see them, rerun with: --show-reachable=yes ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) malloc/free: in use at exit: 144 bytes in 18 blocks. diff --git a/none/tests/blockfault.stderr.exp b/none/tests/blockfault.stderr.exp index 4153ccb87a..23354c2eac 100644 --- a/none/tests/blockfault.stderr.exp +++ b/none/tests/blockfault.stderr.exp @@ -2,5 +2,5 @@ Process terminating with default action of signal 11 (SIGSEGV) Access not within mapped region at address 0x........ - at 0x........: main (blockfault.c:28) + at 0x........: main (blockfault.c:32)