mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
Fix missed has_setjmp_h convert to exclude_setjmp_h
This commit is contained in:
@@ -19,7 +19,7 @@ class CMockGenerator
|
||||
@ordered = @config.enforce_strict_ordering
|
||||
@framework = @config.framework.to_s
|
||||
@fail_on_unexpected_calls = @config.fail_on_unexpected_calls
|
||||
@has_setjmp_h = @config.has_setjmp_h
|
||||
@exclude_setjmp_h = @config.exclude_setjmp_h
|
||||
|
||||
@subdir = @config.subdir
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ class CMockGeneratorPluginCexception
|
||||
@config = config
|
||||
@utils = utils
|
||||
@priority = 7
|
||||
raise 'Error: cexception is not supported without setjmp support' unless @config.has_setjmp_h
|
||||
raise 'Error: cexception is not supported without setjmp support' if @config.exclude_setjmp_h
|
||||
end
|
||||
|
||||
def include_files
|
||||
|
||||
Reference in New Issue
Block a user