Skip to content

Commit a10363d

Browse files
committed
TOolchain name should probably be ClangGCC, not Clang
1 parent cf7d3b2 commit a10363d

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
@@ -2622,7 +2622,7 @@ def test_toolchain_prepare_rpath(self):
26222622
fake_clang = os.path.join(self.test_prefix, 'fake', 'clang')
26232623
write_file(fake_clang, '#!/bin/bash\necho "$@"')
26242624
adjust_permissions(fake_clang, stat.S_IXUSR)
2625-
tc_clang = self.get_toolchain('Clang', version='13.0.1')
2625+
tc_clang = self.get_toolchain('ClangGCC', version='0.0.0')
26262626
tc_clang.prepare()
26272627

26282628
# Check that the clang wrapper is indeed in place

0 commit comments

Comments
 (0)