We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57a64a commit cf7d3b2Copy full SHA for cf7d3b2
test/framework/toolchain.py
@@ -2622,7 +2622,7 @@ def test_toolchain_prepare_rpath(self):
2622
fake_clang = os.path.join(self.test_prefix, 'fake', 'clang')
2623
write_file(fake_clang, '#!/bin/bash\necho "$@"')
2624
adjust_permissions(fake_clang, stat.S_IXUSR)
2625
- tc_clang = self.get_toolchain('clang', version='13.0.1')
+ tc_clang = self.get_toolchain('Clang', version='13.0.1')
2626
tc_clang.prepare()
2627
2628
# Check that the clang wrapper is indeed in place
0 commit comments