Fix tests that were left behind.

This commit is contained in:
Mark VanderVoord
2020-05-03 08:53:51 -04:00
parent b30c22780e
commit fb8f48a10d
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class CMockGeneratorPluginIgnore
#add stop ignore function. it does not matter if there are any args
lines << "#define #{function[:name]}_StopIgnore() #{function[:name]}_CMockStopIgnore()\n" \
"void #{function[:name]}_CMockStopIgnore(void);\n"
"void #{function[:name]}_CMockStopIgnore(void);\n"
lines
end