From: Paul Floyd Date: Mon, 21 Jul 2025 06:01:13 +0000 (+0200) Subject: FreeBSD regtest: remove stray backslash in a string in scalar test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2228bc1ce20265ff084d2b24b81461d849f72bdf;p=thirdparty%2Fvalgrind.git FreeBSD regtest: remove stray backslash in a string in scalar test --- diff --git a/memcheck/tests/freebsd/scalar.c b/memcheck/tests/freebsd/scalar.c index ce76ffdb2..9c67888f9 100644 --- a/memcheck/tests/freebsd/scalar.c +++ b/memcheck/tests/freebsd/scalar.c @@ -2495,7 +2495,7 @@ int main(void) FAKE_SY("\n"); FAKE_SY("Syscall param exterrctl(ptr) points to unaddressable byte(s)\n"); FAKE_SY(" ...\n"); - FAKE_SY("\ Address 0x........ is not stack'd, malloc'd or (recently) free'd\n"); + FAKE_SY(" Address 0x........ is not stack'd, malloc'd or (recently) free'd\n"); FAKE_SY("\n"); #endif