]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Made config.h include path consistent with the other regression tests.
authorBart Van Assche <bvanassche@acm.org>
Sun, 21 Dec 2008 16:10:36 +0000 (16:10 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 21 Dec 2008 16:10:36 +0000 (16:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8851

drd/tests/atomic_var.c
drd/tests/atomic_var.stderr.exp-with-atomic-builtins

index 3133846ad42b5339c39f2fbb164580c2326193a3..a4e6ab2f3737068fbc2aa7518d7fbbd1ddb910ec 100644 (file)
@@ -8,10 +8,10 @@
 
 #define _GNU_SOURCE
 
-#include "config.h"
 #include <pthread.h>
 #include <stdio.h>   /* fprintf() */
 #include <stdlib.h>  /* atoi() */
+#include "../../config.h"
 
 
 /** Only gcc 4.1.0 and later have atomic builtins. */
index 464f419ddd9f1dd48a06013e6a29f9863c18170d..1f881b21ce9a3b63f564ecaa88450672796611f6 100644 (file)
@@ -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:33, in frame #? of thread 2
+declared at atomic_var.c:39, in frame #? of thread 2
 y = 1
 Test finished.