You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ Test plugins let you add a pre-action and a post-action to each test case. Plug
353
353
354
354
* Memory leak detector (provided)
355
355
* 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.
0 commit comments