summaryrefslogtreecommitdiff
path: root/tests/test-format.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-format.sh')
-rwxr-xr-xtests/test-format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-format.sh b/tests/test-format.sh
index fd3201d0..693377b9 100755
--- a/tests/test-format.sh
+++ b/tests/test-format.sh
@@ -20,7 +20,7 @@ do
*.cpp|*.h)
echo Checking "$file"
PATCH="$(basename "$file").patch"
- git clang-format-12 -q --style file --diff "$GITHUB_BASE_REF" "$file" > "$PATCH"
+ git clang-format-14 -q --style file --diff "$GITHUB_BASE_REF" "$file" > "$PATCH"
if [ -s "$PATCH" ]
then
printf "\033[31mError:\033[0m Formatting error in %s\n" "$file"