Fixing tests of internal test suite.
This commit is contained in:
@@ -23,4 +23,4 @@ var propertyDescriptor = {
|
||||
|
||||
Object.defineProperty(object, 'prop', propertyDescriptor);
|
||||
|
||||
assert(object.propertyIsEnumerable('prop'));
|
||||
assert(!object.propertyIsEnumerable('prop'));
|
||||
|
||||
Reference in New Issue
Block a user