Skip to content

Commit ac1dabc

Browse files
committed
templates: sort langs in test
1 parent 81fe701 commit ac1dabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/allplatformstests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@ def test_templates(self):
25102510

25112511
langs = ['c']
25122512
env = get_fake_env()
2513-
for l in ['cpp', 'cs', 'd', 'java', 'cuda', 'fortran', 'objc', 'objcpp', 'rust', 'vala']:
2513+
for l in ['cpp', 'cs', 'cuda', 'd', 'fortran', 'java', 'objc', 'objcpp', 'rust', 'vala']:
25142514
try:
25152515
comp = detect_compiler_for(env, l, MachineChoice.HOST, True, '')
25162516
with tempfile.TemporaryDirectory() as d:

0 commit comments

Comments
 (0)