mirror of https://github.com/tc39/test262.git
Remove unused include
This commit is contained in:
parent
cef698c374
commit
959840a62a
|
@ -16,7 +16,7 @@ info: |
|
||||||
Return ? IntegerIndexedElementSet(O, numericIndex, value).
|
Return ? IntegerIndexedElementSet(O, numericIndex, value).
|
||||||
|
|
||||||
...
|
...
|
||||||
includes: [testBigIntTypedArray.js, propertyHelper.js]
|
includes: [testBigIntTypedArray.js]
|
||||||
features: [align-detached-buffer-semantics-with-web-reality, BigInt, Reflect, TypedArray]
|
features: [align-detached-buffer-semantics-with-web-reality, BigInt, Reflect, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
testWithBigIntTypedArrayConstructors(function(TA) {
|
testWithBigIntTypedArrayConstructors(function(TA) {
|
||||||
|
|
Loading…
Reference in New Issue