mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
Fixed previous error with extra junk and bumped subproject versions
This commit is contained in:
@@ -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]}_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, #{function[:return][:str]});\n
|
||||
"void #{function[:name]}_CMockStopIgnore(void);\n"
|
||||
lines
|
||||
end
|
||||
|
||||
@@ -66,7 +66,7 @@ class CMockGeneratorPluginIgnore
|
||||
end
|
||||
lines << " Mock.#{function[:name]}_IgnoreBool = (char)1;\n"
|
||||
lines << "}\n\n"
|
||||
|
||||
|
||||
#add stop ignore function. it does not matter if there are any args
|
||||
lines << "void #{function[:name]}_CMockStopIgnore(void)\n{\n"
|
||||
unless function[:return][:void?]
|
||||
|
||||
Vendored
+1
-1
Submodule vendor/c_exception updated: 632d980166...71b47be7c9
Vendored
+1
-1
Submodule vendor/unity updated: 87d8de6d55...9f4b2251de
Reference in New Issue
Block a user