From: Bart Van Assche Date: Wed, 19 Oct 2011 16:22:50 +0000 (+0000) Subject: Add missing backslash X-Git-Tag: svn/VALGRIND_3_7_0~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcfb47cd21a059dc26e84019899edf84cdd710b2;p=thirdparty%2Fvalgrind.git Add missing backslash git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12167 --- 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 \