--- old/test/nashorn/script/basic/calllink.js.EXPECTED 2020-04-15 19:12:25.000000000 +0530 +++ /dev/null 2020-04-15 19:12:25.000000000 +0530 @@ -1,12 +0,0 @@ -obj1.func called -obj2.func called -no such method: func -obj4's prototype func called -MyConstructor.prototype.func -MyConstructor.prototype.func -obj1.func called -obj2.func called -new obj3.func called -new obj4.func called -all new MyConstructor.prototype.func -all new MyConstructor.prototype.func