Skip to content

Commit 7039e86

Browse files
author
vadim-xd
committed
Add IWYU pragmas to library/cpp/testing/gtest/gtest.h, remove from ignore list
commit_hash:78d100f33169991cd5dd97d46b7f816695da7a50
1 parent f6a0289 commit 7039e86

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)