mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue