From bcfb47cd21a059dc26e84019899edf84cdd710b2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 19 Oct 2011 16:22:50 +0000 Subject: [PATCH] Add missing backslash git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12167 --- helgrind/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helgrind/tests/Makefile.am b/helgrind/tests/Makefile.am index b5178158e6..f076dedcb5 100644 --- a/helgrind/tests/Makefile.am +++ b/helgrind/tests/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST = \ annotate_smart_pointer.vgtest annotate_smart_pointer.stdout.exp \ annotate_smart_pointer.stderr.exp \ cond_timedwait_invalid.vgtest cond_timedwait_invalid.stdout.exp \ - cond_timedwait_invalid.stderr.exp + cond_timedwait_invalid.stderr.exp \ bar_bad.vgtest bar_bad.stdout.exp bar_bad.stderr.exp \ bar_trivial.vgtest bar_trivial.stdout.exp bar_trivial.stderr.exp \ free_is_write.vgtest free_is_write.stdout.exp \ -- 2.47.2