nashorn/test/script/basic/exprclosure.js.EXPECTED
changeset 24719 f726e9d67629
parent 16147 e63b63819133
--- a/nashorn/test/script/basic/exprclosure.js.EXPECTED	Tue Feb 25 18:56:10 2014 +0530
+++ b/nashorn/test/script/basic/exprclosure.js.EXPECTED	Wed Feb 26 13:17:57 2014 +0100
@@ -1,4 +1,4 @@
-function(x) x*x;
+function(x) x*x
 625
-function fun(x) x * (x + 1) / 2;
+function fun(x) x * (x + 1) / 2
 55