--- old/test/nashorn/script/basic/no_line_numbers.js.EXPECTED 2020-04-15 19:16:11.000000000 +0530 +++ /dev/null 2020-04-15 19:16:11.000000000 +0530 @@ -1,12 +0,0 @@ -x = undefined -y = undefined -z = undefined -s = undefined -u = undefined -r = undefined -t = undefined -ReferenceError: "q" is not defined -b = 10 -ReferenceError: "b" is not defined -Value of 'a' inside the function 20 -Value of 'a' outside the function 10