Skip to content

Commit 29ebf18

Browse files
committed
Fix typo that broke test
1 parent 73f526c commit 29ebf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,7 @@ def test_independence(self):
22932293
('iccifort', '2018.1.163'),
22942294
('intel-compilers', '2022.1.0'),
22952295
]
2296-
if custom_optarchs == 'test': # optarch is not used as a flag for Cray
2296+
if custom_optarch == 'test': # optarch is not used as a flag for Cray
22972297
toolchains += [
22982298
('CrayCCE', '2015.06-XC'),
22992299
('CrayGNU', '2015.06-XC'),

0 commit comments

Comments
 (0)