Skip to content

Commit

Permalink
suppresses warnings for forwarded declarations of classes generated b…
Browse files Browse the repository at this point in the history
…y TEST_P
  • Loading branch information
empiredan committed Jan 24, 2025
1 parent 58933be commit f8a2cc7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/server/test/pegasus_write_service_impl_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@
#include "utils/fail_point.h"
#include "utils/string_conv.h"

// IWYU pragma: no_forward_declare <gtest/gtest.h>
// IWYU pragma: no_forward_declare pegasus::server::IdempotentIncrTest_FailOnGet_Test
// IWYU pragma: no_forward_declare pegasus::server::IdempotentIncrTest_FailOnPut_Test
// IWYU pragma: no_forward_declare pegasus::server::IdempotentIncrTest_IncrOnNonNumericRecord_Test
// IWYU pragma: no_forward_declare pegasus::server::IdempotentIncrTest_IncrOverflowed_Test
// IWYU pragma: no_forward_declare pegasus::server::NonIdempotentIncrTest_FailOnGet_Test
// IWYU pragma: no_forward_declare pegasus::server::NonIdempotentIncrTest_FailOnPut_Test
// IWYU pragma: no_forward_declare pegasus::server::NonIdempotentIncrTest_IncrOnNonNumericRecord_Test
// IWYU pragma: no_forward_declare pegasus::server::NonIdempotentIncrTest_IncrOverflowed_Test

namespace pegasus::server {

Expand Down

0 comments on commit f8a2cc7

Please sign in to comment.