From 7cb6125d74c316753029c4757d43b984440715a1 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 30 Jun 2017 08:26:42 +0200 Subject: [PATCH] test: remove undef NDEBUG from at-exit addons test The at-exit addons test uses asserts like the other addons tests, but at-exit is the only one that undefines NDEBUG to make sure that asserts are enabled. This commit removes the undef for consistency. --- test/addons/at-exit/binding.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/addons/at-exit/binding.cc b/test/addons/at-exit/binding.cc index c9b26a348ad8fe..d90b3f70c2560b 100644 --- a/test/addons/at-exit/binding.cc +++ b/test/addons/at-exit/binding.cc @@ -1,4 +1,3 @@ -#undef NDEBUG #include #include #include