Skip to content

Commit

Permalink
Turn clang-format off for AlignmentTest
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Feb 21, 2025
1 parent 0076a9b commit 2f16963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/compiler_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ typedef union union_array_type {
// Windows doesn't like the big virtual functions produced. So, split this into
// several test fixtures.

// clang-format off
TEST(AlignmentTest, StackBufferManualAlignmentTypes1) {

CHECK_STACK_ALIGNMENT(uint8_t, 2, 1)
Expand Down Expand Up @@ -750,3 +751,4 @@ TEST(AlignmentTest, StackBufferManualAlignmentTypes2) {
CHECK_STACK_ALIGNMENT(union_array_type, 64, 62)
CHECK_STACK_ALIGNMENT(union_array_type, 64, 63)
}
// clang-format on

0 comments on commit 2f16963

Please sign in to comment.