From: Bart Van Assche Date: Tue, 8 Jul 2008 06:19:06 +0000 (+0000) Subject: Updated expected output file. X-Git-Tag: svn/VALGRIND_3_4_0~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef8b22068d9be79522b189c6238c1f9efa4410e8;p=thirdparty%2Fvalgrind.git Updated expected output file. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8393 --- diff --git a/drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 b/drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 index e958296603..871518821d 100644 --- a/drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 +++ b/drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 @@ -22,9 +22,9 @@ The object at address 0x........ is not a mutex. at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?) by 0x........: main (tc20_verifywrap.c:92) [1/1] mutex_init mutex 0x........ -[1/1] pre_mutex_lock mutex 0x........ rc 0 owner 0 +[1/1] mutex_trylock mutex 0x........ rc 0 owner 0 [1/1] post_mutex_lock mutex 0x........ rc 0 owner 0 -[1/1] mutex_destroy mutex 0x........ +[1/1] mutex_destroy mutex 0x........ rc 1 owner 1 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. at 0x........: pthread_mutex_destroy (drd_pthread_intercepts.c:?)