diff --git a/test/built-ins/JSON/isRawJSON/prop-desc.js b/test/built-ins/JSON/isRawJSON/prop-desc.js index 542dd268fe..1b041ff708 100644 --- a/test/built-ins/JSON/isRawJSON/prop-desc.js +++ b/test/built-ins/JSON/isRawJSON/prop-desc.js @@ -18,12 +18,6 @@ includes: [propertyHelper.js] features: [json-parse-with-source] ---*/ -assert.sameValue( - typeof JSON.isRawJSON, - 'function', - 'The value of `typeof JSON.isRawJSON` is "function"' -); - verifyProperty(JSON, 'isRawJSON', { enumerable: false, writable: true,