diff options
| author | hathach <[email protected]> | 2022-12-08 09:14:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-08 09:14:38 +0700 |
| commit | a652212f274bdbeb55bcc7e4276037393d76d77b (patch) | |
| tree | 21e2f8bf1b10f08c1ae1505eeca0a038eecf8bd6 /test/vendor/ceedling/plugins/subprojects | |
| parent | d9817ebe179e944e49b1fb4bd4844489ed732574 (diff) | |
update ceedling to 0.31.1
Diffstat (limited to 'test/vendor/ceedling/plugins/subprojects')
| -rw-r--r-- | test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb b/test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb index 1f5d4c2f7..559251ed8 100644 --- a/test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb +++ b/test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb @@ -20,7 +20,7 @@ class Subprojects < Plugin end end - #gather information about the subprojects + # Gather information about the subprojects @subprojects = {} @subproject_lookup_by_path = {} SUBPROJECTS_PATHS.each do |subproj| @@ -84,7 +84,7 @@ class Subprojects < Plugin Object.send(:remove_const, constant.to_sym) if (Object.const_defined? constant) Object.const_set(constant, new_value) end - + end # end blocks always executed following rake run |
