From 62bf296a9c0f5be492f0677ed111b3fa217f4c11 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 3 May 2022 08:21:01 -0400 Subject: Make assert handling less error-prone Prevent my future self or other contributors from using assert in tests and then having that assert not do anything because of the NDEBUG macro. --- libtests/base64.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libtests/base64.cc') diff --git a/libtests/base64.cc b/libtests/base64.cc index 66f2d828..0ce6f9a3 100644 --- a/libtests/base64.cc +++ b/libtests/base64.cc @@ -1,8 +1,9 @@ +#include + #include #include #include -#include #include #include #include -- cgit v1.2.3-54-g00ecf