From 91af0a9a3c289ad37fbea99fb6eb73b1310a4a4d Mon Sep 17 00:00:00 2001 From: legendecas Date: Fri, 8 Sep 2023 00:40:19 +0800 Subject: [PATCH] Revert "test: ignore the copied entry_point.c" This reverts commit d15652e95905fa6bfe7b55b6205a1b7298b8b4f8. PR-URL: https://github.com/nodejs/node/pull/49515 Reviewed-By: Luigi Pinca Reviewed-By: Gabriel Schulhof --- test/js-native-api/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/test/js-native-api/.gitignore b/test/js-native-api/.gitignore index 9e3a464bfea7c5..bde1cf3ab9662b 100644 --- a/test/js-native-api/.gitignore +++ b/test/js-native-api/.gitignore @@ -5,4 +5,3 @@ Makefile *.mk gyp-mac-tool /*/build -test_cannot_run_js/entry_point.c