We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4800e commit 788f6b4Copy full SHA for 788f6b4
README.md
@@ -642,7 +642,7 @@ All tests passed (3 asserts in 3 tests)
642
> `tests` defined inside will be automatically registered 👍
643
644
```cpp
645
-suite errors = [] {
+suite errors = [] { // or suite<"nameofsuite">
646
"exception"_test = [] {
647
expect(throws([] { throw 0; })) << "throws any exception";
648
};
0 commit comments