diff options
| author | kerzum <[email protected]> | 2022-02-10 16:49:33 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:33 +0300 | 
| commit | 47a7e7b29636bfb2deb1df5f92363b3c75229c95 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing | |
| parent | 9a7232babfd763ccfe827bc70e82e0f50cfd8276 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing')
| -rw-r--r-- | library/cpp/testing/unittest/registar.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/unittest/registar.h b/library/cpp/testing/unittest/registar.h index b3a08d0279f..44517a00924 100644 --- a/library/cpp/testing/unittest/registar.h +++ b/library/cpp/testing/unittest/registar.h @@ -436,7 +436,7 @@ public:                       \      } while (false)  #define UNIT_ASSERT_STRINGS_EQUAL(A, B) UNIT_ASSERT_STRINGS_EQUAL_C(A, B, "") -  +  #define UNIT_ASSERT_STRING_CONTAINS_C(A, B, C)                                                                                  \      do {                                                                                                                        \          const TString _a(A);                                                                                                    \ @@ -729,7 +729,7 @@ public:                       \  #define UNIT_ASSERT_VALUES_EQUAL(A, B) UNIT_ASSERT_VALUES_EQUAL_C(A, B, "")  #define UNIT_ASSERT_VALUES_UNEQUAL(A, B) UNIT_ASSERT_VALUES_UNEQUAL_C(A, B, "") -  +  // Checks that test will fail while executing given expression  // Macro for using in unitests for ut helpers  #define UNIT_ASSERT_TEST_FAILS_C(A, C)                                   \  | 
