diff options
author | nkmakarov <nkmakarov@yandex-team.ru> | 2022-02-10 16:49:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:06 +0300 |
commit | f1803fa4ac9e2ee6cbfde317571ec330013392ff (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/unittest/ut/main.cpp | |
parent | 324348a37ed08cf66897faefb0ec4bebfe7804e1 (diff) | |
download | ydb-f1803fa4ac9e2ee6cbfde317571ec330013392ff.tar.gz |
Restoring authorship annotation for <nkmakarov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/ut/main.cpp')
-rw-r--r-- | library/cpp/testing/unittest/ut/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/testing/unittest/ut/main.cpp b/library/cpp/testing/unittest/ut/main.cpp index 41000890eb..e303e21e30 100644 --- a/library/cpp/testing/unittest/ut/main.cpp +++ b/library/cpp/testing/unittest/ut/main.cpp @@ -55,11 +55,11 @@ namespace { TEST_F(TFixture, Test1) { ASSERT_EQ(I, 5); } - -TEST(ETest, Test1) { - UNIT_CHECK_GENERATED_EXCEPTION(ythrow yexception(), yexception); - UNIT_CHECK_GENERATED_NO_EXCEPTION(true, yexception); -} + +TEST(ETest, Test1) { + UNIT_CHECK_GENERATED_EXCEPTION(ythrow yexception(), yexception); + UNIT_CHECK_GENERATED_NO_EXCEPTION(true, yexception); +} Y_UNIT_TEST_SUITE(TestSingleTestFixture) { |