Skip to content

Commit

Permalink
it's a module variable, right?
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Dec 7, 2023
1 parent d421b2b commit 469d428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ceedling/test_invoker_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def compile_defines(context:, filepath:)
defines += @defineinator.defines( topkey:CEXCEPTION_SYM, subkey: :defines )

# Injected defines (based on other settings)
defines += unity_utils.update_defines_if_args_enables
defines += @unity_utils.update_defines_if_args_enables

return defines.uniq
end
Expand Down

0 comments on commit 469d428

Please sign in to comment.