aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/registar.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/unittest/registar.h')
-rw-r--r--library/cpp/testing/unittest/registar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/testing/unittest/registar.h b/library/cpp/testing/unittest/registar.h
index 44517a0092..6aafd2d499 100644
--- a/library/cpp/testing/unittest/registar.h
+++ b/library/cpp/testing/unittest/registar.h
@@ -364,7 +364,7 @@ public: \
#define UNIT_FAIL_IMPL(R, M) \
do { \
::NUnitTest::NPrivate::RaiseError(R, ::TStringBuilder() << R << " at " << __LOCATION__ << ", " << __PRETTY_FUNCTION__ << ": " << M, true); \
- } while (false)
+ } while (false)
#define UNIT_FAIL_NONFATAL_IMPL(R, M) \
do { \
@@ -1027,4 +1027,4 @@ public: \
TString RandomString(size_t len, ui32 seed = 0);
}
-using ::NUnitTest::TTestBase;
+using ::NUnitTest::TTestBase;