Remove unused include

This commit is contained in:
Rick Waldron 2020-10-29 13:48:33 -04:00
parent cef698c374
commit 959840a62a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ info: |
Return ? IntegerIndexedElementSet(O, numericIndex, value).
...
includes: [testBigIntTypedArray.js, propertyHelper.js]
includes: [testBigIntTypedArray.js]
features: [align-detached-buffer-semantics-with-web-reality, BigInt, Reflect, TypedArray]
---*/
testWithBigIntTypedArrayConstructors(function(TA) {