From: Bart Van Assche Date: Thu, 10 Jul 2008 12:14:17 +0000 (+0000) Subject: Fixed line number. X-Git-Tag: svn/VALGRIND_3_4_0~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26ab79f010472a3f74a7b948a2aa13e6a1a072a;p=thirdparty%2Fvalgrind.git Fixed line number. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8414 --- diff --git a/drd/tests/atomic_var.stderr.exp b/drd/tests/atomic_var.stderr.exp index 5dc8dc0001..0772b66b4a 100644 --- a/drd/tests/atomic_var.stderr.exp +++ b/drd/tests/atomic_var.stderr.exp @@ -7,7 +7,7 @@ Conflicting load by thread 2/3 at 0x........ size 4 by 0x........: (within libpthread-?.?.so) by 0x........: clone (in /...libc...) Location 0x........ is 0 bytes inside local var "s_y" -declared at atomic_var.c:30, in frame #? of thread 2 +declared at atomic_var.c:32, in frame #? of thread 2 y = 1 Test finished.