From 6833180066733cce4789d290ddbdfcf6e309226a Mon Sep 17 00:00:00 2001 From: snek Date: Thu, 21 Jul 2022 20:17:44 -0700 Subject: [PATCH] add SharedArrayBuffer feature to test --- test/built-ins/SharedArrayBuffer/prototype/prop-desc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/built-ins/SharedArrayBuffer/prototype/prop-desc.js b/test/built-ins/SharedArrayBuffer/prototype/prop-desc.js index 03792b5a9c..d57c8a3a43 100644 --- a/test/built-ins/SharedArrayBuffer/prototype/prop-desc.js +++ b/test/built-ins/SharedArrayBuffer/prototype/prop-desc.js @@ -7,6 +7,7 @@ info: | This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }. includes: [propertyHelper.js] +features: [SharedArrayBuffer] ---*/ verifyProperty(SharedArrayBuffer, 'prototype', {