Skip to content

Commit a9e410d

Browse files
committed
Merge branch 'rightlib' into merge-libs-250406-0050
2 parents 06f7b70 + 7039e86 commit a9e410d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/cpp/testing/gtest/gtest.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#pragma once
22

3+
// IWYU pragma: begin_exports
34
#include <library/cpp/testing/gtest/matchers.h>
45

56
#include <library/cpp/testing/gtest_extensions/gtest_extensions.h>
67

78
#include <gtest/gtest.h>
89
#include <gmock/gmock.h>
10+
// IWYU pragma: end_exports
911

1012
#include <optional>
1113
#include <string_view>

0 commit comments

Comments
 (0)