Skip to content

Commit ecb1cf2

Browse files
committed
daca2->simple
1 parent b862703 commit ecb1cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/other_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3971,7 +3971,7 @@ def test_max_configs(tmp_path, max_configs, number_of_configs, check_config, exp
39713971
f.write(f'#{dir} defined(X{i})\nx = {i};\n')
39723972
f.write('#endif\n')
39733973

3974-
args = [f'--max-configs={max_configs}', '--enable=information', '--template=daca2', str(test_file)]
3974+
args = [f'--max-configs={max_configs}', '--enable=information', '--template=simple', str(test_file)]
39753975

39763976
if check_config:
39773977
args = ['--check-config'] + args

0 commit comments

Comments
 (0)