From 2c07a36b69aeff475621e05445dd2495b2aa60f6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 16 Apr 2020 14:14:23 +0300 Subject: [PATCH] Fix comment Change-Id: I726f3cd30a9a7d393a414efbaebabdc1807f4ecc Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92388 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tor Lillqvist --- test/lokassert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lokassert.hpp b/test/lokassert.hpp index eb192608e..35ed5c8e2 100644 --- a/test/lokassert.hpp +++ b/test/lokassert.hpp @@ -29,7 +29,7 @@ inline std::ostream& operator<<(std::ostream& os, const std::vector& v) #define LOK_ASSERT_IMPL(X) assert(X); #else #define LOK_ASSERT_IMPL(X) -#endif //LOK_BREAK_ON_ASSERTION +#endif //LOK_ABORT_ON_ASSERTION #define LOK_ASSERT(condition) \ do \