Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 259e8e4

Browse files
danbevMylesBorins
authored andcommittedAug 15, 2017
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 <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 5160d3d commit 259e8e4

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)
Please sign in to comment.