From ed2093b5f07da79dee34769d52c5b877e61e6bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Sat, 2 Sep 2017 00:28:07 +0200 Subject: [PATCH] Add features flag for BigInt to the only test missing it --- test/built-ins/BigInt/prop-desc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/built-ins/BigInt/prop-desc.js b/test/built-ins/BigInt/prop-desc.js index 30a731255a..204b5ade8c 100644 --- a/test/built-ins/BigInt/prop-desc.js +++ b/test/built-ins/BigInt/prop-desc.js @@ -14,6 +14,7 @@ info: | has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. includes: [propertyHelper.js] +features: [BigInt] ---*/ verifyProperty(this, "BigInt", {