Fixing tests of internal test suite.
This commit is contained in:
@@ -30,4 +30,4 @@ for (prop in Object)
|
||||
if (delete Object.prototype)
|
||||
configurable = true;
|
||||
|
||||
assert(writable || enumerable || configurable);
|
||||
assert(!writable && !enumerable && !configurable);
|
||||
|
||||
Reference in New Issue
Block a user