diff --git a/patches/node/.patches b/patches/node/.patches index 1daf26087733a..d0bcd46e1eb2f 100644 --- a/patches/node/.patches +++ b/patches/node/.patches @@ -29,7 +29,6 @@ fixup_for_wc_98-compat-extra-semi.patch fix_parallel_test-v8-stats.patch fix_expose_the_built-in_electron_module_via_the_esm_loader.patch heap_remove_allocationspace_map_space_enum_constant.patch -test_remove_experimental-wasm-threads_flag.patch api_pass_oomdetails_to_oomerrorcallback.patch src_iwyu_in_cleanup_queue_cc.patch fix_expose_lookupandcompile_with_parameters.patch diff --git a/patches/node/test_remove_experimental-wasm-threads_flag.patch b/patches/node/test_remove_experimental-wasm-threads_flag.patch deleted file mode 100644 index 22f469666413f..0000000000000 --- a/patches/node/test_remove_experimental-wasm-threads_flag.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= -Date: Thu, 20 Oct 2022 16:41:57 +0200 -Subject: test: remove experimental-wasm-threads flag -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -It is already true by default in V8. - -Refs: https://github.com/v8/v8/commit/be9ff65a06963f9326756c056a338e1b9e07499c -PR-URL: https://github.com/nodejs/node/pull/45074 -Reviewed-By: Richard Lau -Reviewed-By: Antoine du Hamel -Reviewed-By: Colin Ihrig -Reviewed-By: James M Snell -Reviewed-By: Tobias Nießen - -diff --git a/test/parallel/test-worker-message-port-wasm-threads.js b/test/parallel/test-worker-message-port-wasm-threads.js -index 7eda7802348aaad90c8fc25ed4b2d51e8e9fadf0..4174a8951e9340f244355a07b6c631a0bb06e2c2 100644 ---- a/test/parallel/test-worker-message-port-wasm-threads.js -+++ b/test/parallel/test-worker-message-port-wasm-threads.js -@@ -1,4 +1,3 @@ --// Flags: --experimental-wasm-threads - 'use strict'; - const common = require('../common'); - const assert = require('assert');