diff options
Diffstat (limited to 'library/cpp/testing')
| -rw-r--r-- | library/cpp/testing/gtest/friend.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/cpp/testing/gtest/friend.h b/library/cpp/testing/gtest/friend.h new file mode 100644 index 00000000000..551a218be08 --- /dev/null +++ b/library/cpp/testing/gtest/friend.h @@ -0,0 +1,5 @@ +#pragma once + +// Using absolute path to gtest headers in order to allow using friend.h without PEERDIRing gtest. +#include <contrib/restricted/googletest/googletest/include/gtest/gtest_prod.h> + |
