node/test/js-native-api
James Sumners 2fdcf5c3da
test: remove unused file
This removes a source file that got re-added via a rebase.
It seems somewhere around change set
178dff255f
`entry_point.c` was removed, and rebase
https://github.com/nodejs/node/pull/48740/commits/0b6e16f1ae3bb8a1c5afeb1496095b8d807ff4c7
added it back. The review of https://github.com/nodejs/node/pull/48740
overlooked this and the file got re-committed.

PR-URL: https://github.com/nodejs/node/pull/50528
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2023-11-14 09:18:02 +01:00
..
2_function_arguments test: avoid copying test source files 2023-09-10 06:11:36 +00:00
3_callbacks test: avoid copying test source files 2023-09-10 06:11:36 +00:00
4_object_factory test: avoid copying test source files 2023-09-10 06:11:36 +00:00
5_function_factory test: avoid copying test source files 2023-09-10 06:11:36 +00:00
6_object_wrap test: avoid copying test source files 2023-09-10 06:11:36 +00:00
7_factory_wrap test: avoid copying test source files 2023-09-10 06:11:36 +00:00
8_passing_wrapped test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_array test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_bigint test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_cannot_run_js test: remove unused file 2023-11-14 09:18:02 +01:00
test_constructor test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_conversions test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_dataview test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_date test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_error test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_exception test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_finalizer src: print more information in C++ assertions 2023-11-14 09:17:51 +01:00
test_function test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_general test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_handle_scope test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_instance_data test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_new_target test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_number test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_object node-api: return napi_exception_pending on proxy handlers 2023-10-24 09:41:05 +02:00
test_promise test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_properties test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_reference node-api: enable uncaught exceptions policy by default 2023-09-25 04:23:58 +00:00
test_reference_double_free test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_string test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_symbol test: avoid copying test source files 2023-09-10 06:11:36 +00:00
test_typedarray test: avoid copying test source files 2023-09-10 06:11:36 +00:00
.gitignore Revert "test: ignore the copied entry_point.c" 2023-09-10 06:11:37 +00:00
common-inl.h node-api: return napi_exception_pending on proxy handlers 2023-10-24 09:41:05 +02:00
common.h test: avoid copying test source files 2023-09-10 06:11:36 +00:00
entry_point.h test: avoid copying test source files 2023-09-10 06:11:36 +00:00
testcfg.py