From 539cdca4a57a9eb83201a82a8ed074dc2a4584a7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 13 Oct 2011 16:10:49 +0000 Subject: [PATCH] drd, XML: Use proper XML syntax git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12140 --- drd/drd_error.c | 2 +- drd/tests/annotate_trace_memory_xml.stderr.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drd/drd_error.c b/drd/drd_error.c index 35c2b62719..de433a0fba 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.c @@ -215,7 +215,7 @@ void drd_report_data_race(Error* const err, const DataRaceErrInfo* const dri) } else { print_err_detail(" Allocation context: unknown.\n"); } - print_err_detail(" \n"); + print_err_detail(" \n"); } else { if (sect_kind != Vg_SectUnknown) { print_err_detail("Allocation context: %s section of %s\n", diff --git a/drd/tests/annotate_trace_memory_xml.stderr.exp b/drd/tests/annotate_trace_memory_xml.stderr.exp index 22edcf22ee..71cdf0364b 100644 --- a/drd/tests/annotate_trace_memory_xml.stderr.exp +++ b/drd/tests/annotate_trace_memory_xml.stderr.exp @@ -97,7 +97,7 @@ test01: positive Allocation context: BSS section of tsan_unittest - + -- 2.47.2