Skip to content

Commit

Permalink
test: remove --harmony-sharedarraybuffer usage
Browse files Browse the repository at this point in the history
This flag has been enabled by default since v8
7662e0634c3a057fa5d746912ee5af76e285c274.

Backport-PR-URL: #21717
PR-URL: #16343
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
binji authored and rvagg committed Aug 16, 2018
1 parent 0f45ecb commit ed0d939
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/parallel/test-buffer-sharedarraybuffer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*global SharedArrayBuffer*/
'use strict';
// Flags: --harmony-sharedarraybuffer

require('../common');
const assert = require('assert');
Expand Down
2 changes: 0 additions & 2 deletions test/parallel/test-util-format-shared-arraybuffer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Flags: --harmony_sharedarraybuffer

'use strict';
require('../common');
const assert = require('assert');
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-v8-serdes-sharedarraybuffer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*global SharedArrayBuffer*/
'use strict';
// Flags: --harmony-sharedarraybuffer

const common = require('../common');
const assert = require('assert');
Expand Down

0 comments on commit ed0d939

Please sign in to comment.