mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
Remove wrong feature tag (#1932)
This commit is contained in:
parent
6d5dad87a3
commit
19fa24ee91
@ -9,7 +9,6 @@ info: |
|
|||||||
10. Let desc be the PropertyDescriptor{[[Value]]: closure, [[Writable]]:
|
10. Let desc be the PropertyDescriptor{[[Value]]: closure, [[Writable]]:
|
||||||
true, [[Enumerable]]: enumerable, [[Configurable]]: true}.
|
true, [[Enumerable]]: enumerable, [[Configurable]]: true}.
|
||||||
11. Return ? DefinePropertyOrThrow(object, propKey, desc).
|
11. Return ? DefinePropertyOrThrow(object, propKey, desc).
|
||||||
features: [generators]
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.throws(TypeError, function() {
|
assert.throws(TypeError, function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user