Skip to content

Commit

Permalink
Fix hopefully last reference in test_template_constant_dict to accoun…
Browse files Browse the repository at this point in the history
…t for addition of sysroot template
  • Loading branch information
Caspar van Leeuwen committed Oct 25, 2023
1 parent f2bae7f commit a410526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/framework/easyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,7 @@ def test_template_constant_dict(self):
'namelower': 'foo',
'nameletter': 'f',
'nameletterlower': 'f',
'sysroot': '',
'version': '1.2.3',
'version_major': '1',
'version_major_minor': '1.2',
Expand Down

0 comments on commit a410526

Please sign in to comment.