Skip to content

Commit a410526

Browse files
author
Caspar van Leeuwen
committed
Fix hopefully last reference in test_template_constant_dict to account for addition of sysroot template
1 parent f2bae7f commit a410526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/easyconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3409,6 +3409,7 @@ def test_template_constant_dict(self):
34093409
'namelower': 'foo',
34103410
'nameletter': 'f',
34113411
'nameletterlower': 'f',
3412+
'sysroot': '',
34123413
'version': '1.2.3',
34133414
'version_major': '1',
34143415
'version_major_minor': '1.2',

0 commit comments

Comments
 (0)