test/lokassert.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2c07a36b69aeff475621e05445dd2495b2aa60f6
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Apr 16 14:14:23 2020 +0300
Commit:     Tor Lillqvist <t...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tor Lillqvist <t...@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                                                                         
                    \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to