changeset 46405 | 9fd4f7af42ea |
parent 46403 | 959d581bb625 |
child 46604 | ad107ed7a4aa |
--- a/tests/hghave.py Wed Jan 27 15:04:48 2021 +0100 +++ b/tests/hghave.py Wed Jan 27 15:06:02 2021 +0100 @@ -591,7 +591,7 @@ return matchoutput("pylint --help", br"Usage:[ ]+pylint", True) -@check("clang-format", "clang-format C code formatter") +@check("clang-format", "clang-format C code formatter (>= 11)") def has_clang_format(): m = matchoutput('clang-format --version', br'clang-format version (\d+)') # style changed somewhere between 10.x and 11.x