Remove Obj-C(++) support

This commit is contained in:
Martin Hořeňovský
2020-04-24 20:42:52 +02:00
parent e1e6872c4c
commit 7c97554565
19 changed files with 1 additions and 994 deletions

View File

@@ -19,10 +19,7 @@ before moving to Catch2. You might also like to read [this blog post](https://le
## What's the Catch?
Catch2 is a multi-paradigm test framework for C++. which also supports
Objective-C (and maybe C).
It is primarily distributed as a single header file, although certain
extensions may require additional headers.
Catch2 is a multi-paradigm test framework for C++.
## How to use it
This documentation comprises these three parts: