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