diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2023-05-08 11:13:31 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2023-05-08 11:13:31 +0000 |
commit | d82ee729d42c9cb018deb56ad2eb34841a509685 (patch) | |
tree | d2bd6e1c94d43c349f88ef2201bdafd46db3d627 | |
parent | 67d1423e1f020749e39d4ac8014ee7b2438a6805 (diff) |
Enable malloc_errs test
-rw-r--r-- | regress/lib/libc/malloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/Makefile b/regress/lib/libc/malloc/Makefile index 7eb84f6a6c4..546d67f6caf 100644 --- a/regress/lib/libc/malloc/Makefile +++ b/regress/lib/libc/malloc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2018/01/28 13:42:17 otto Exp $ +# $OpenBSD: Makefile,v 1.8 2023/05/08 11:13:30 otto Exp $ SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 -SUBDIR+= malloc_threaderr +SUBDIR+= malloc_threaderr malloc_errs install: |