diff options
author | swarmer <swarmer@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | 317da38588b7898a99fd9168571408123350012b (patch) | |
tree | 25eebc31526019ad39a6c1b13f492963d97ba439 /util/system/src_location_ut.cpp | |
parent | 3b2241461d41d41ba1a706b0750c4f0f55c344f6 (diff) | |
download | ydb-317da38588b7898a99fd9168571408123350012b.tar.gz |
Restoring authorship annotation for <swarmer@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/src_location_ut.cpp')
-rw-r--r-- | util/system/src_location_ut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/src_location_ut.cpp b/util/system/src_location_ut.cpp index 5b86cb86efc..5e880d950be 100644 --- a/util/system/src_location_ut.cpp +++ b/util/system/src_location_ut.cpp @@ -11,8 +11,8 @@ static inline TString GenLoc() { Y_UNIT_TEST_SUITE(TestLocation) { Y_UNIT_TEST(Test1) { UNIT_ASSERT_VALUES_EQUAL(GenLoc(), "util/system/src_location_ut.cpp:8"); - - static constexpr TSourceLocation location = __LOCATION__; - static_assert(location.Line >= 0, "__LOCATION__ can be used at compile time expressions"); + + static constexpr TSourceLocation location = __LOCATION__; + static_assert(location.Line >= 0, "__LOCATION__ can be used at compile time expressions"); } } |