diff options
| author | cepera <[email protected]> | 2022-02-10 16:49:45 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:45 +0300 | 
| commit | 99e67b1db27953625d41d1f3eb45ff2517b4d697 (patch) | |
| tree | e54d1799e55c6a3c58feb227f2a1f22aa07912c0 /library/cpp/testing/unittest/registar.h | |
| parent | 28045de07753ee182fc8e5ca778469d7a7c5bb20 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/registar.h')
| -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 44517a00924..6aafd2d4994 100644 --- a/library/cpp/testing/unittest/registar.h +++ b/library/cpp/testing/unittest/registar.h @@ -364,7 +364,7 @@ public:                       \  #define UNIT_FAIL_IMPL(R, M)                                                                                                                     \      do {                                                                                                                                         \          ::NUnitTest::NPrivate::RaiseError(R, ::TStringBuilder() << R << " at " << __LOCATION__ << ", " << __PRETTY_FUNCTION__ << ": " << M, true); \ -    } while (false) +    } while (false)   #define UNIT_FAIL_NONFATAL_IMPL(R, M)                                                                                                             \      do {                                                                                                                                          \ @@ -1027,4 +1027,4 @@ public:                       \      TString RandomString(size_t len, ui32 seed = 0);  } -using ::NUnitTest::TTestBase; +using ::NUnitTest::TTestBase;  | 
