diff options
author | nsofya <nsofya@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
commit | 3f5911a056d3dbc4bfd724740244a3a9c11575ef (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/common/env.h | |
parent | 2ea6d2c7415473747379b1c65468241b431057ad (diff) | |
download | ydb-3f5911a056d3dbc4bfd724740244a3a9c11575ef.tar.gz |
Restoring authorship annotation for <nsofya@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/common/env.h')
-rw-r--r-- | library/cpp/testing/common/env.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/common/env.h b/library/cpp/testing/common/env.h index 5d54558367..7b89aa1bed 100644 --- a/library/cpp/testing/common/env.h +++ b/library/cpp/testing/common/env.h @@ -2,14 +2,14 @@ #include <unordered_map> -#include <util/folder/path.h> +#include <util/folder/path.h> #include <util/generic/string.h> #include <util/generic/strbuf.h> #include <util/system/src_location.h> // @brief return full path to arcadia root TString ArcadiaSourceRoot(); - + // @brief return full path for file or folder specified by known source location `where` and `path` which is relative to parent folder of `where` // for the instance: there is 2 files in folder test example_ut.cpp and example.data, so full path to test/example.data can be obtained // from example_ut.cpp as ArcadiaFromCurrentLocation(__SOURCE_FILE__, "example.data") |