git: d84da2197c33 - main - devel/concurrencpp: All tests pass

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 15 Apr 2023 01:20:02 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d84da2197c335fc87376f203f964fe56c9bf5ce1

commit d84da2197c335fc87376f203f964fe56c9bf5ce1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-15 01:19:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-15 01:20:00 +0000

    devel/concurrencpp: All tests pass
---
 devel/concurrencpp/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index 81e0611c0273..736ec9d7ff54 100644
--- a/devel/concurrencpp/Makefile
+++ b/devel/concurrencpp/Makefile
@@ -27,7 +27,6 @@ CXX=		${LOCALBASE}/bin/clang++13
 .endif
 
 do-test: # same as recommended in https://github.com/David-Haim/concurrencpp#building-installing-and-testing
-	# test async_lock_tests never finishes, see https://github.com/David-Haim/concurrencpp/issues/85
 	@cd ${WRKSRC} && \
 		${CMAKE_BIN} -S test -B build/test && \
 		${CMAKE_BIN} --build build/test && \