1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Merge pull request #539 from Borowiec-B/master

Fix typo in doc (Thanks Michael!)
This commit is contained in:
Mark VanderVoord
2021-02-10 09:28:45 -05:00
committed by GitHub

View File

@@ -96,7 +96,7 @@ Both functions accept no arguments and return nothing. You may leave either or
both of these blank if you have no need for them.
If you're using Ceedling or the test runner generator script, you may leave these off
completely. Not sure? Give it a try. If you compiler complains that it can't
completely. Not sure? Give it a try. If your compiler complains that it can't
find setUp or tearDown when it links, you'll know you need to at least include
an empty function for these.