Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2019-08-31 09:54:36 +0300
committerGabriel Schulhof <gabriel.schulhof@intel.com>2019-09-05 19:16:54 +0300
commit4e5bb250d8c256dd32af3b2a7fd99197a56c21d6 (patch)
treed8d7b4a549ef1dab94120d3eda7ce5d4d758886f /test/node-api
parentaf161f0efb1eb6690c64144cff2988d25186a46f (diff)
n-api: mark version 5 N-APIs as stable
PR-URL: https://github.com/nodejs/node/pull/29401 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'test/node-api')
-rw-r--r--test/node-api/test_make_callback/binding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/node-api/test_make_callback/binding.c b/test/node-api/test_make_callback/binding.c
index 5731e28a5b2..782cf0f6fb8 100644
--- a/test/node-api/test_make_callback/binding.c
+++ b/test/node-api/test_make_callback/binding.c
@@ -1,4 +1,3 @@
-#define NAPI_EXPERIMENTAL // napi_add_finalizer
#include <node_api.h>
#include <assert.h>
#include "../../js-native-api/common.h"