test/nashorn/script/error/expr_closure_nse.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
     1 test/script/error/expr_closure_nse.js:31:19 Expected { but found x
     1 test/nashorn/script/error/expr_closure_nse.js:31:19 Expected { but found x
     2 function square(x) x*x;
     2 function square(x) x*x;
     3                    ^
     3                    ^