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 <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
targos authored and danielleadams committed Jan 3, 2023
1 parent b3c4265 commit 52808d7
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Flags: --experimental-wasm-threads
'use strict';
const common = require('../common');
const assert = require('assert');
Expand Down

0 comments on commit 52808d7

Please sign in to comment.