Delete duplicate feature-declaration

This commit is contained in:
Michael Dyck 2021-06-06 23:19:49 -04:00 committed by jugglinmike
parent 52e7bfc4b6
commit 1b16396c88
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ info: |
Return ? OrdinaryDelete(O, P).
includes: [testTypedArray.js]
features: [align-detached-buffer-semantics-with-web-reality, Symbol, Symbol, TypedArray]
features: [align-detached-buffer-semantics-with-web-reality, Symbol, TypedArray]
---*/
testWithTypedArrayConstructors(function(TA) {