Fix same bug as PR #354, but as one line.

This commit is contained in:
Mark VanderVoord
2023-01-09 14:50:56 -05:00
parent bf37ffa4a5
commit 91bb49c4a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ describe CMockGenerator, "Verify CMockGenerator Module" do
@config.expect :enforce_strict_ordering, nil
@config.expect :framework, :unity
@config.expect :includes, ["ConfigRequiredHeader1.h","ConfigRequiredHeader2.h"]
#@config.expect :includes_h_pre_orig_header, nil #not called because includes called
@config.expect :includes_h_pre_orig_header, nil
@config.expect :includes_h_post_orig_header, nil
@config.expect :includes_c_pre_header, nil
@config.expect :includes_c_post_header, nil