]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
FreeBSD regtest: remove stray backslash in a string in scalar test
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 21 Jul 2025 06:01:13 +0000 (08:01 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 21 Jul 2025 06:01:13 +0000 (08:01 +0200)
memcheck/tests/freebsd/scalar.c

index ce76ffdb2129ff82fd5f566a713afc3636329ad3..9c67888f984439152326cc9eff43a0f21651dfd5 100644 (file)
@@ -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