aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/registar.h
diff options
context:
space:
mode:
authorwiz <wiz@yandex-team.ru>2022-02-10 16:49:54 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:54 +0300
commitd55d2643fed42b214f3a9d1fcd5882cc246ad2ea (patch)
tree4bdb74c816a0f8895c17730b25e9854f9bd6ab62 /library/cpp/testing/unittest/registar.h
parentad0e4a667b8665c2c5412b401b84920761662176 (diff)
downloadydb-d55d2643fed42b214f3a9d1fcd5882cc246ad2ea.tar.gz
Restoring authorship annotation for <wiz@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/registar.h')
-rw-r--r--library/cpp/testing/unittest/registar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/registar.h b/library/cpp/testing/unittest/registar.h
index 44517a0092..9df0805fd2 100644
--- a/library/cpp/testing/unittest/registar.h
+++ b/library/cpp/testing/unittest/registar.h
@@ -589,7 +589,7 @@ public: \
<< " (expected " << #E << ") " << C); \
} \
} while (false)
-
+
// Assert that a specific exception is thrown and satisfies predicate pred(e), where e is the exception instance.
// Example:
// UNIT_ASSERT_EXCEPTION_SATISFIES(MakeRequest(invalidData), TError,