Skip to content

Commit 2eb926b

Browse files
danbevMylesBorins
authored andcommitted
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: #13998 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 2bc7c3a commit 2eb926b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/addons/at-exit/binding.cc

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#undef NDEBUG
21
#include <assert.h>
32
#include <stdlib.h>
43
#include <node.h>

0 commit comments

Comments
 (0)