test/script/basic/moduleload.js

Print this page

        

@@ -23,11 +23,10 @@
 
 /**
  * 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");