Skip to content

Commit 7208642

Browse files
author
Arnd R. Strube
committed
Fix typo /exists/exits/
1 parent 4736506 commit 7208642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Test plugins let you add a pre-action and a post-action to each test case. Plug
353353

354354
* Memory leak detector (provided)
355355
* Pointer restore mechanism (provided) - helpful when tests overwrite a pointer that must be restored to its original value after the test. This is especially helpful when a pointer to a function is modified for test purposes.
356-
* All Mutex's released - you could write a plugin that checks that any Mutexs or other shared resource is released before the test exists.
356+
* All Mutex's released - you could write a plugin that checks that any Mutexs or other shared resource is released before the test exits.
357357

358358
Example of a main with a SetPointerPlugin:
359359

0 commit comments

Comments
 (0)