Merge pull request #303 from pvginkel/environment-object-deletion

Fixed testing deletion of an environment object.
This commit is contained in:
Brian Terlson 2015-06-09 15:00:49 -07:00
commit 6462958efc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ info: >
language provides no way to directly exercise [[Delete]], the tests are placed here.
es5id: 11.4.1-4.a-5
description: >
delete operator returns false when deleting the environment object
delete operator returns false when deleting the declaration of the environment object
inside 'with'
flags: [noStrict]
includes: [runTestCase.js]