Add missing syntax highlighting tag

This commit is contained in:
Matt Godbolt 2020-09-24 14:14:45 -05:00 committed by Martin Hořeňovský
parent 3e8800beb1
commit fba0feeba1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ that allows users to implement their own generators.
effects. The simplest usage is shown below, where the `SECTION` "one"
runs 4 (2\*2) times, and `SECTION` "two" is run 6 times (2\*3).
```
```cpp
TEST_CASE("Generators") {
auto i = GENERATE(1, 2);
SECTION("one") {