tests: use module instead of package
[nit.git] / examples / print_arguments.nit
index 01e6cdc..3bdddc6 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # How to print arguments of the command line.
-package print_arguments
+module print_arguments
 
 for a in args do
        print a