tests: use module instead of package
[nit.git] / examples / procedural_array.nit
index 8ceb3a8..838bda0 100644 (file)
@@ -16,7 +16,7 @@
 
 # A procedural program (without explicit class definition).
 # This program manipulates arrays of integers.
-package procedural_array
+module procedural_array
 
 # The sum of the elements of `a'.
 # Uses a 'for' control structure.