diff options
author | bkuchin <[email protected]> | 2022-02-10 16:46:29 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:29 +0300 |
commit | f43ab775d197d300eb67bd4497632b909cd7c2a5 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/testing/unittest/gtest.cpp | |
parent | 2c6ec4e7012419466156d8eb2394a888cccaa800 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/gtest.cpp')
-rw-r--r-- | library/cpp/testing/unittest/gtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/gtest.cpp b/library/cpp/testing/unittest/gtest.cpp index f414ffd0f17..ebad1ea4d67 100644 --- a/library/cpp/testing/unittest/gtest.cpp +++ b/library/cpp/testing/unittest/gtest.cpp @@ -47,7 +47,7 @@ namespace { } void AddTest(const char* name, void (*body)(TTestContext&), bool forceFork) override { - Test.Tests.push_back(TBaseTestCase(name, body, forceFork)); + Test.Tests.push_back(TBaseTestCase(name, body, forceFork)); } TCurrentTest Test; |