Skip to content

Commit

Permalink
test: remove experimental-wasm-threads flag
Browse files Browse the repository at this point in the history
It is already true by default in V8.

Refs: v8/v8@be9ff65
PR-URL: #45074
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
targos authored and RafaelGSS committed Nov 10, 2022
1 parent f0480d6 commit 17e86e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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');
Expand Down

0 comments on commit 17e86e4

Please sign in to comment.