Skip to content

Commit 195231c

Browse files
offahorenmar
authored andcommitted
docs: Set missing syntax language
1 parent 3a865e8 commit 195231c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The ```CHECK``` family are equivalent but execution continues in the same test c
2626
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.
2727

2828
Examples:
29-
```
29+
```cpp
3030
CHECK( str == "string value" );
3131
CHECK( thisReturnsTrue() );
3232
REQUIRE( i == 42 );

0 commit comments

Comments
 (0)