mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 23:06:10 +01:00
Trivial typo fix. (#1119)
This commit is contained in:
parent
ed33e9787e
commit
88d2bac624
@ -21,7 +21,7 @@ The ```CHECK``` family are equivalent but execution continues in the same test c
|
|||||||
* **REQUIRE(** _expression_ **)** and
|
* **REQUIRE(** _expression_ **)** and
|
||||||
* **CHECK(** _expression_ **)**
|
* **CHECK(** _expression_ **)**
|
||||||
|
|
||||||
Evaluates the expression and records the result. If an exception is thrown it is caught, reported, and counted as a failure. These are the macros you will use most of the time
|
Evaluates the expression and records the result. If an exception is thrown, it is caught, reported, and counted as a failure. These are the macros you will use most of the time.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user