Skip to content

Commit

Permalink
Merge pull request #1 from hattom/patch-2
Browse files Browse the repository at this point in the history
Update r8 toolchain test for lists
  • Loading branch information
hattom authored Nov 4, 2022
2 parents 4232a4a + 3858cec commit 7dd13ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def test_misc_flags_unique_fortran(self):
tc = self.get_toolchain('foss', version='2018a')
tc.set_options({opt: enable})
tc.prepare()
flag = '-%s' % tc.COMPILER_UNIQUE_OPTION_MAP[opt]
flag = ' '.join('-%s' % x for x in tc.COMPILER_UNIQUE_OPTION_MAP[opt])
for var in flag_vars:
flags = tc.get_variable(var)
if enable:
Expand Down

0 comments on commit 7dd13ec

Please sign in to comment.