summaryrefslogtreecommitdiff
path: root/test/node-api/test_threadsafe_function
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2019-01-17 22:09:48 -0800
committerGabriel Schulhof <gabriel.schulhof@intel.com>2019-01-21 22:30:11 -0800
commit11387e1454d8b8311dfdb1bac6a7ec1a1494946d (patch)
treee0368510a96393a1827346cd0ed0db8069aa3741 /test/node-api/test_threadsafe_function
parent2c9e12e49656fa194376cf01356bc964e0d9161b (diff)
downloadandroid-node-v8-11387e1454d8b8311dfdb1bac6a7ec1a1494946d.tar.gz
android-node-v8-11387e1454d8b8311dfdb1bac6a7ec1a1494946d.tar.bz2
android-node-v8-11387e1454d8b8311dfdb1bac6a7ec1a1494946d.zip
n-api: mark thread-safe function as stable
Fixes: https://github.com/nodejs/node/issues/24249 PR-URL: https://github.com/nodejs/node/pull/25556 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/test_threadsafe_function')
-rw-r--r--test/node-api/test_threadsafe_function/binding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/node-api/test_threadsafe_function/binding.c b/test/node-api/test_threadsafe_function/binding.c
index c985178c5a..c556c9427c 100644
--- a/test/node-api/test_threadsafe_function/binding.c
+++ b/test/node-api/test_threadsafe_function/binding.c
@@ -4,7 +4,6 @@
// which, in turn, may affect the ABI stability of the project despite its use
// of N-API.
#include <uv.h>
-#define NAPI_EXPERIMENTAL
#include <node_api.h>
#include "../../js-native-api/common.h"