From e528f51b2635a2efa01620bc30a7e920ce27f708 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Mon, 11 Jan 2021 22:47:33 +0000 Subject: [PATCH] update hashes Signed-off-by: Wenqi Li --- tests/clang_format_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/clang_format_utils.py b/tests/clang_format_utils.py index dea72f0da4..21a2347ff6 100644 --- a/tests/clang_format_utils.py +++ b/tests/clang_format_utils.py @@ -34,8 +34,8 @@ # This dictionary maps each platform to a relative path to a file containing its reference hash. # github/pytorch/pytorch/tree/63d62d3e44a0a4ec09d94f30381d49b78cc5b095/tools/clang_format_hash PLATFORM_TO_HASH = { - "Darwin": "020c7f38f14665c2ed82f3e8976c9074c2cfac0a", - "Linux": "d1365110da598d148d8143a7f2ccfd8bac7df499", + "Darwin": "b24cc8972344c4e01afbbae78d6a414f7638ff6f", + "Linux": "c3bba8148b81ce0dde675cb14d2f743e4e6f387f", } # Directory and file paths for the clang-format binary.