Minor typo fix

This commit is contained in:
Antoine Wendlinger 2016-08-30 21:07:14 +02:00 committed by Martin Hořeňovský
parent 2a7d33a38c
commit ba5d515195

View File

@ -1,4 +1,4 @@
Although Catch allows you to group tests together as sections within a test case, it can still convenient, sometimes, to group them using a more traditional test fixture. Catch fully supports this too. You define the test fixture as a simple structure:
Although Catch allows you to group tests together as sections within a test case, it can still be convenient, sometimes, to group them using a more traditional test fixture. Catch fully supports this too. You define the test fixture as a simple structure:
```c++
class UniqueTestsFixture {