--- old/test/nashorn/script/error/NASHORN-154/with_in_strict.js.EXPECTED 2020-04-15 19:18:55.000000000 +0530 +++ /dev/null 2020-04-15 19:18:55.000000000 +0530 @@ -1,9 +0,0 @@ -test/nashorn/script/error/NASHORN-154/with_in_strict.js:36:0 "with" statement cannot be used in strict mode -with({}) { -^ -test/nashorn/script/error/NASHORN-154/with_in_strict.js:36:7 Expected ; but found ) -with({}) { - ^ -test/nashorn/script/error/NASHORN-154/with_in_strict.js:38:0 Expected eof but found } -} -^