From c9606c6b8d7ed19e98cf35b73b1ff72b85cad11d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 2 Mar 2008 17:47:50 +0000 Subject: [PATCH] Made error messages more uniform. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7532 --- exp-drd/tests/tc22_exit_w_lock.stderr.exp-64bit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp-drd/tests/tc22_exit_w_lock.stderr.exp-64bit b/exp-drd/tests/tc22_exit_w_lock.stderr.exp-64bit index e8139b5286..d567ae4bfa 100644 --- a/exp-drd/tests/tc22_exit_w_lock.stderr.exp-64bit +++ b/exp-drd/tests/tc22_exit_w_lock.stderr.exp-64bit @@ -1,5 +1,5 @@ -Mutex still locked at thread exit: address 0x........, recursion count 1, owner 3. +Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 3. at 0x........: pthread_join (drd_intercepts.c:?) by 0x........: main (tc22_exit_w_lock.c:43) -- 2.47.3