--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nashorn/test/script/basic/exprclosure.js.EXPECTED Fri Dec 21 16:36:24 2012 -0400 @@ -0,0 +1,4 @@ +function(x) x*x; +625 +function fun(x) x * (x + 1) / 2; +55