Skip to content

Commit 788f6b4

Browse files
xkaramankris-jusiak
authored andcommitted
Add named suite example
1 parent cb4800e commit 788f6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ All tests passed (3 asserts in 3 tests)
642642
> `tests` defined inside will be automatically registered 👍
643643
644644
```cpp
645-
suite errors = [] {
645+
suite errors = [] { // or suite<"nameofsuite">
646646
"exception"_test = [] {
647647
expect(throws([] { throw 0; })) << "throws any exception";
648648
};

0 commit comments

Comments
 (0)