fix(main/nodejs): actually fix the patch

This commit is contained in:
termux-pacman-bot
2025-03-15 13:36:07 +00:00
parent 8250a3d085
commit fbe3e5cf98

View File

@@ -24,7 +24,7 @@ https://joyeecheung.github.io/blog/2024/03/17/memory-leak-testing-v8-node-js-1/
https://joyeecheung.github.io/blog/2024/09/28/reproducible-nodejs-builtin-snapshots-2/
https://joyeecheung.github.io/blog/2024/09/28/reproducible-nodejs-builtin-snapshots-3/
https://github.com/danbev/learning-v8/blob/master/notes/snapshots.md (this repository also contains other resources about v8 internals and api)
--- test/parallel/test-snapshot-reproducible.js.orig 2025-03-15 15:40:54.141339594 +0530
--- ./test/parallel/test-snapshot-reproducible.js 2025-03-15 15:40:54.141339594 +0530
+++ /dev/null 2025-03-15 11:33:07.028148560 +0530
@@ -1,70 +0,0 @@
-'use strict';