diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-01 14:20:05 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-01 14:20:05 +0300 |
commit | c1a5a70d103a7f61424a2e38f329e7a0ef64ca21 (patch) | |
tree | 55128369ff5ee1665005720cd8d3ecd8c6d8ec51 /library/cpp/testing/unittest/example_ut.cpp | |
parent | 5851ebf34ccf875108e9668f6ddf7ab0f86fade4 (diff) | |
download | ydb-c1a5a70d103a7f61424a2e38f329e7a0ef64ca21.tar.gz |
intermediate changes
ref:2df36b497633117a29cc1f8faf1dd4e7be3eff87
Diffstat (limited to 'library/cpp/testing/unittest/example_ut.cpp')
-rw-r--r-- | library/cpp/testing/unittest/example_ut.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/library/cpp/testing/unittest/example_ut.cpp b/library/cpp/testing/unittest/example_ut.cpp deleted file mode 100644 index bcc1ce33f05..00000000000 --- a/library/cpp/testing/unittest/example_ut.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include <library/cpp/testing/unittest/registar.h> - -/* - * just copy-paste it for good start point - */ - -Y_UNIT_TEST_SUITE(TUnitTest) { - Y_UNIT_TEST(TestEqual) { - UNIT_ASSERT_EQUAL(0, 0); - UNIT_ASSERT_EQUAL(1, 1); - } -} |