diff options
| author | imeln <[email protected]> | 2022-02-10 16:50:05 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:05 +0300 |
| commit | 694fb2daa19ebb6642b93a8e94bd548b621b76df (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/unittest/registar.cpp | |
| parent | a8edace702b9ef73e7589895cd0637c7431d6158 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/registar.cpp')
| -rw-r--r-- | library/cpp/testing/unittest/registar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/registar.cpp b/library/cpp/testing/unittest/registar.cpp index 8966b60ac7e..3679b768ed4 100644 --- a/library/cpp/testing/unittest/registar.cpp +++ b/library/cpp/testing/unittest/registar.cpp @@ -13,7 +13,7 @@ #include <util/string/cast.h> bool NUnitTest::ShouldColorizeDiff = true; -bool NUnitTest::ContinueOnFail = false; +bool NUnitTest::ContinueOnFail = false; TString NUnitTest::RandomString(size_t len, ui32 seed) { TReallyFastRng32 rand(seed); |
