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:
Diffstat (limited to 'test/addons-napi/test_bigint')
-rw-r--r--test/addons-napi/test_bigint/test_bigint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/addons-napi/test_bigint/test_bigint.c b/test/addons-napi/test_bigint/test_bigint.c
index b1e6c359db6..b7c887fa33e 100644
--- a/test/addons-napi/test_bigint/test_bigint.c
+++ b/test/addons-napi/test_bigint/test_bigint.c
@@ -1,5 +1,3 @@
-#define NAPI_EXPERIMENTAL
-
#include <inttypes.h>
#include <stdio.h>
#include <node_api.h>