From 2eb926b48735433628765bf48633c537ceeadd52 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. PR-URL: https://github.com/nodejs/node/pull/13998 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- 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