Fixing tests of internal test suite.
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
|
||||
var object = Object.create(null);
|
||||
var temp = new Object();
|
||||
assert(temp.isPrototypeOf(object));
|
||||
assert(!temp.isPrototypeOf(object));
|
||||
|
||||
Reference in New Issue
Block a user