diff options
| author | amatanhead <[email protected]> | 2022-02-10 16:50:04 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:04 +0300 | 
| commit | 8879605a63ac17539be5b3bd41b529791f4d4b02 (patch) | |
| tree | 5739c7303cbe09d02b881e25bb294a4a173422a0 /library/cpp/testing/gmock_in_unittest | |
| parent | 830fe7ae4073c2707f3f3138303ccc56052c0327 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/gmock_in_unittest')
| -rw-r--r-- | library/cpp/testing/gmock_in_unittest/gmock.h | 2 | ||||
| -rw-r--r-- | library/cpp/testing/gmock_in_unittest/ya.make | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/gmock_in_unittest/gmock.h b/library/cpp/testing/gmock_in_unittest/gmock.h index 31f6aee1c3d..3afb6ecd098 100644 --- a/library/cpp/testing/gmock_in_unittest/gmock.h +++ b/library/cpp/testing/gmock_in_unittest/gmock.h @@ -1,5 +1,5 @@  #pragma once -#include <library/cpp/testing/gtest_extensions/gtest_extensions.h> +#include <library/cpp/testing/gtest_extensions/gtest_extensions.h>   #include <gmock/gmock.h> diff --git a/library/cpp/testing/gmock_in_unittest/ya.make b/library/cpp/testing/gmock_in_unittest/ya.make index 5de68ad98dd..9c9779b06c3 100644 --- a/library/cpp/testing/gmock_in_unittest/ya.make +++ b/library/cpp/testing/gmock_in_unittest/ya.make @@ -5,7 +5,7 @@ OWNER(galaxycrab)  PEERDIR(      contrib/restricted/googletest/googlemock      contrib/restricted/googletest/googletest -    library/cpp/testing/gtest_extensions +    library/cpp/testing/gtest_extensions       library/cpp/testing/unittest  )  | 
