mirror of https://github.com/tc39/test262.git
Make Array.from with iterable test more precise
This commit is contained in:
parent
5d5904d69a
commit
b478d5fa29
|
@ -18,6 +18,7 @@ features: [Symbol.iterator]
|
|||
|
||||
var C = function() {
|
||||
Object.defineProperty(this, '0', {
|
||||
writable: true,
|
||||
configurable: false
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue