From 141bb9b3df8f864cd973895354438d773fdbc0fa Mon Sep 17 00:00:00 2001 From: John Date: Wed, 14 Feb 2024 15:37:22 +0000 Subject: [PATCH] no need for subheading --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2d1e69c56..85d2f079f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # CoTest -## Intro - Cotest is an extension of Google Test (including GMock) which adds direct and fully integrated support for coroutines: - as contexts within which to run checking code, including checking of mock calls, - and to execute the code under test.