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-09-05 19:33:47 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-10-01 21:38:58 +0300
commitc74c6a5ccf8a9c4b3775c7c8950dd16282f41c39 (patch)
tree42e1036942a0a7e96998d7f1c62bea7b2ab8f1e7 /test/addons-napi/test_date
parent7735824d2cf88f88f811934834ee28bd575f5326 (diff)
n-api: mark version 5 N-APIs as stable
PR-URL: https://github.com/nodejs/node/pull/29401 Backport-PR-URL: https://github.com/nodejs/node/pull/29458 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/addons-napi/test_date')
-rw-r--r--test/addons-napi/test_date/test_date.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/addons-napi/test_date/test_date.c b/test/addons-napi/test_date/test_date.c
index 8cc1c23affb..72db9986001 100644
--- a/test/addons-napi/test_date/test_date.c
+++ b/test/addons-napi/test_date/test_date.c
@@ -1,5 +1,3 @@
-#define NAPI_EXPERIMENTAL
-
#include <node_api.h>
#include "../common.h"