Fixing tests of internal test suite.

This commit is contained in:
Ruben Ayrapetyan
2014-11-06 17:39:24 +03:00
parent e33e6a77cb
commit 7c488ea11a
21 changed files with 50 additions and 25 deletions
@@ -49,4 +49,4 @@ for (p in emptyObject) {
if (delete emptyObject.myProperty)
isConfigurable = true;
assert(isWritable || isEnumerable || isConfigurable);
assert(!isWritable && !isEnumerable && !isConfigurable);