*** 23,33 **** /** * This loads "module.js" and calls the anonymous top-level function from it. * * @test - * @option --anon-functions * @run */ var exports = {}; var f = load(__DIR__ + "module.js"); --- 23,32 ----