]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed duplicate expected output file.
authorBart Van Assche <bvanassche@acm.org>
Tue, 29 Jul 2008 15:21:17 +0000 (15:21 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 29 Jul 2008 15:21:17 +0000 (15:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8472

drd/tests/atomic_var.stderr.exp [deleted file]

diff --git a/drd/tests/atomic_var.stderr.exp b/drd/tests/atomic_var.stderr.exp
deleted file mode 100644 (file)
index 0772b66..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-Start of test.
-Thread 2:
-Conflicting load by thread 2/3 at 0x........ size 4
-   at 0x........: thread_func_2 (atomic_var.c:?)
-   by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?)
-   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:32, in frame #? of thread 2
-y = 1
-Test finished.
-
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)