[Libreoffice-commits] online.git: test/lokassert.hpp
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 17 05:24:16 UTC 2020
test/lokassert.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2c07a36b69aeff475621e05445dd2495b2aa60f6
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Apr 16 14:14:23 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Apr 17 07:23:58 2020 +0200
Fix comment
Change-Id: I726f3cd30a9a7d393a414efbaebabdc1807f4ecc
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92388
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
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<char>& 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 \
More information about the Libreoffice-commits
mailing list