From 9b1edca951e5c4d56e765ad69c0949103494a40f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 29 Jul 2008 15:21:17 +0000 Subject: [PATCH] Removed duplicate expected output file. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8472 --- drd/tests/atomic_var.stderr.exp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 drd/tests/atomic_var.stderr.exp diff --git a/drd/tests/atomic_var.stderr.exp b/drd/tests/atomic_var.stderr.exp deleted file mode 100644 index 0772b66b4a..0000000000 --- a/drd/tests/atomic_var.stderr.exp +++ /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) -- 2.47.2