diff options
Diffstat (limited to 'test/built-ins/Proxy/ownKeys/not-extensible-new-keys-throws.js')
-rw-r--r-- | test/built-ins/Proxy/ownKeys/not-extensible-new-keys-throws.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/ownKeys/not-extensible-new-keys-throws.js b/test/built-ins/Proxy/ownKeys/not-extensible-new-keys-throws.js index 880745712..22cc02791 100644 --- a/test/built-ins/Proxy/ownKeys/not-extensible-new-keys-throws.js +++ b/test/built-ins/Proxy/ownKeys/not-extensible-new-keys-throws.js @@ -5,7 +5,7 @@ esid: sec-proxy-object-internal-methods-and-internal-slots-ownpropertykeys description: > If target is not extensible, the result can't contain keys names not contained in the target object. -info: > +info: | [[OwnPropertyKeys]] ( ) ... |