Skip to content

Commit

Permalink
Merge pull request #2259 from hzeller/feature-20240927-tree-op-gmock
Browse files Browse the repository at this point in the history
clang-tidy can get confused if gmock is needed.
  • Loading branch information
hzeller authored Sep 27, 2024
2 parents a602f07 + 279b38b commit dcc4d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util/tree_operations_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "common/util/logging.h"
#include "common/util/spacer.h"
#include "common/util/type_traits.h"
#include "gmock/gmock.h"
#include "gmock/gmock.h" // IWYU pragma: keep
#include "gtest/gtest.h"

/*
Expand Down

0 comments on commit dcc4d31

Please sign in to comment.