aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/gtest.cpp
diff options
context:
space:
mode:
authorbkuchin <bkuchin@yandex-team.ru>2022-02-10 16:46:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:29 +0300
commit2c6ec4e7012419466156d8eb2394a888cccaa800 (patch)
tree9e80d045a72a2eb2c74ea86becc855a1fa35dcf7 /library/cpp/testing/unittest/gtest.cpp
parent1c8fad4dbdab65ce5d4d0740cd02f90c069b4f17 (diff)
downloadydb-2c6ec4e7012419466156d8eb2394a888cccaa800.tar.gz
Restoring authorship annotation for <bkuchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/gtest.cpp')
-rw-r--r--library/cpp/testing/unittest/gtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/gtest.cpp b/library/cpp/testing/unittest/gtest.cpp
index ebad1ea4d6..f414ffd0f1 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;