--- old/test/nashorn/script/basic/construct.js.EXPECTED 2020-04-15 19:12:37.000000000 +0530 +++ /dev/null 2020-04-15 19:12:37.000000000 +0530 @@ -1,15 +0,0 @@ -[object Object] -A big fat string -123 -function(x) { return x; } -proto -A big fat string -123 -function(x) { return x; } -A A big fat string -B 123 -F function(x) { return x; } -G proto -R A big fat string -S 123 -T function(x) { return x; }