* 'master' of https://github.com/ThrowTheSwitch/CMock:
  Fixed an error.
This commit is contained in:
Mark VanderVoord
2019-10-23 16:37:36 -04:00
2 changed files with 3 additions and 1 deletions
@@ -28,6 +28,8 @@ class CMockGeneratorPluginExpectAnyArgs
return "#define #{function[:name]}_ExpectAnyArgsAndReturn(cmock_retval) #{function[:name]}_CMockExpectAnyArgsAndReturn(__LINE__, cmock_retval)\n" +
"void #{function[:name]}_CMockExpectAnyArgsAndReturn(UNITY_LINE_TYPE cmock_line, #{function[:return][:str]});\n"
end
else
""
end
end
+1 -1