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
@@ -394,7 +394,7 @@ Test plugins let you add a pre-action and a post-action to each test case. Plug
394
394
* IEEE754 Floating point exceptions (provided; v3.8) - automatically checks whether any floating point exception flags are set at the end of every test and if so, fails the test.
395
395
* All Mutex's released - you could write a plugin that checks that any Mutexs or other shared resource is released before the test exits.
396
396
397
-
Complete Documentation for provided plugins can be found on the [Plugins Manual](plugins_manual.html) page.
397
+
Complete Documentation for provided plugins can be found on the [Plugin Manual](plugin_manual.html) page.
0 commit comments