diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-04-15 22:24:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 22:24:09 -0400 |
commit | 3a8af93abe938d90818341a14f7e021ce17229a5 (patch) | |
tree | fb629855928c32a9426fa379eb66ab164c3d5fd4 /python/servo/testing_commands.py | |
parent | c32b1ac940aee449fb3a73fe9c04837618eb7ad1 (diff) | |
download | servo-3a8af93abe938d90818341a14f7e021ce17229a5.tar.gz servo-3a8af93abe938d90818341a14f7e021ce17229a5.zip |
Update required clang-format version.
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 3fad465277b..7bee7633f90 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 = "8" +CLANGFMT_VERSION = "9" TEST_SUITES = OrderedDict([ ("tidy", {"kwargs": {"all_files": False, "no_progress": False, "self_test": False, |