--- old/test/nashorn/script/basic/moduleload.js.EXPECTED 2020-04-15 19:16:01.000000000 +0530 +++ /dev/null 2020-04-15 19:16:01.000000000 +0530 @@ -1,6 +0,0 @@ -function (exports) { - exports.func = function() { - print("module.func called"); - } -} -module.func called