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