Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/clang_format_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down