]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated line numbers in expected output.
authorBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 08:18:12 +0000 (08:18 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 08:18:12 +0000 (08:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10552

drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc

index a7ca608a5b3d0278c57e04b38eaf89b95ad67c8f..e217b915675f2ac4db80d3de86321c85fad5ce72 100644 (file)
@@ -1,16 +1,16 @@
 
 The object at address 0x........ is not a mutex.
    at 0x........: pthread_cond_wait* (drd_pthread_intercepts.c:?)
-   by 0x........: main (tc23_bogus_condwait.c:69)
+   by 0x........: main (tc23_bogus_condwait.c:75)
 
 The object at address 0x........ is not a mutex.
    at 0x........: pthread_cond_wait* (drd_pthread_intercepts.c:?)
-   by 0x........: main (tc23_bogus_condwait.c:69)
+   by 0x........: main (tc23_bogus_condwait.c:75)
 
 Process terminating with default action of signal 7 (SIGBUS)
  Invalid address alignment at address 0x........
    at 0x........: (within libpthread-?.?.so)
    by 0x........: pthread_cond_wait@@GLIBC_2.3.2(within libpthread-?.?.so)
-   by 0x........: main (tc23_bogus_condwait.c:69)
+   by 0x........: main (tc23_bogus_condwait.c:75)
 
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)