diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-04-06 13:58:45 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-04-06 14:08:16 +0300 |
commit | fa92f68e7b59af5be219d46bd63ee609e4122b69 (patch) | |
tree | b31c89de9f0475809a5ef737eebd92e43ed4ecba /library/cpp | |
parent | d7b4d7accafff7ed13fff97c67be72720ee517e7 (diff) | |
download | ydb-fa92f68e7b59af5be219d46bd63ee609e4122b69.tar.gz |
Intermediate changes
commit_hash:3e0e2ae2f8d8181ebbfadef7f8c4c2ae76b95705
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/testing/gtest_extensions/gtest_extensions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/gtest_extensions/gtest_extensions.h b/library/cpp/testing/gtest_extensions/gtest_extensions.h index e20532241e4..e4f336fd540 100644 --- a/library/cpp/testing/gtest_extensions/gtest_extensions.h +++ b/library/cpp/testing/gtest_extensions/gtest_extensions.h @@ -1,6 +1,8 @@ #pragma once +// IWYU pragma: begin_exports #include "assertions.h" #include "matchers.h" #include "pretty_printers.h" #include "probe.h" +// IWYU pragma: end_exports |