mirror of https://github.com/tc39/test262.git
Merge pull request #303 from pvginkel/environment-object-deletion
Fixed testing deletion of an environment object.
This commit is contained in:
commit
6462958efc
|
@ -10,7 +10,7 @@ info: >
|
||||||
language provides no way to directly exercise [[Delete]], the tests are placed here.
|
language provides no way to directly exercise [[Delete]], the tests are placed here.
|
||||||
es5id: 11.4.1-4.a-5
|
es5id: 11.4.1-4.a-5
|
||||||
description: >
|
description: >
|
||||||
delete operator returns false when deleting the environment object
|
delete operator returns false when deleting the declaration of the environment object
|
||||||
inside 'with'
|
inside 'with'
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
includes: [runTestCase.js]
|
includes: [runTestCase.js]
|
||||||
|
|
Loading…
Reference in New Issue