From 2035faf3f8aa95b888d9416c3cc7328c0ea18beb Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 7 Nov 2018 01:08:50 +0000 Subject: This commit was manufactured by cvs2git to create tag 'bluhm_20181106'. --- src/regress/lib/libc/malloc/malloc_threaderr/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/regress/lib/libc/malloc/malloc_threaderr/Makefile (limited to 'src/regress/lib/libc/malloc/malloc_threaderr/Makefile') diff --git a/src/regress/lib/libc/malloc/malloc_threaderr/Makefile b/src/regress/lib/libc/malloc/malloc_threaderr/Makefile deleted file mode 100644 index 2d715af58b..0000000000 --- a/src/regress/lib/libc/malloc/malloc_threaderr/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2018/01/28 14:55:24 otto Exp $ - -# This test is supposed to print a malloc error and create a core dump - -REGRESS_TARGETS= t1 -PROG= malloc_threaderr -LDADD+= -pthread -DPADD+= ${LIBPTHREAD} - -.include - -t1: malloc_threaderr - ${.OBJDIR}/malloc_threaderr 2>&1 | fgrep 'in free(): bogus pointer (double free?)' -- cgit v1.2.3-55-g6feb