aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authoryvt <i@yvt.jp>2021-10-16 10:17:15 +0900
committeryvt <i@yvt.jp>2021-10-16 10:17:15 +0900
commit332de00336096475aefb0dcbefa4e006aaff0ed4 (patch)
treec40875b7f26c2f15f1d182fba6ded2b26976e791 /python/servo/testing_commands.py
parent044862cfc6869d6c12cfe95b8b72a1c6dbfb7ae5 (diff)
downloadservo-332de00336096475aefb0dcbefa4e006aaff0ed4.tar.gz
servo-332de00336096475aefb0dcbefa4e006aaff0ed4.zip
chore(mach): update the required clang-format version to 13
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index ae3bd0f6d2a..c5d8404eb83 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -49,7 +49,7 @@ WEB_PLATFORM_TESTS_PATH = os.path.join("tests", "wpt", "web-platform-tests")
SERVO_TESTS_PATH = os.path.join("tests", "wpt", "mozilla", "tests")
CLANGFMT_CPP_DIRS = ["support/hololens/"]
-CLANGFMT_VERSION = "12"
+CLANGFMT_VERSION = "13"
TEST_SUITES = OrderedDict([
("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False,