gamnit: fix nitunit
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 6 May 2017 14:15:55 +0000 (10:15 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sun, 7 May 2017 22:23:39 +0000 (18:23 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/gamnit/flat.nit

index cfd8150..3073035 100644 (file)
@@ -1077,7 +1077,7 @@ end
 #
 # array.add "E"
 # assert array.to_s == "[A,B,c,D,E]"
-# assert array.capacity == 5
+# assert array.capacity == 6
 # assert array.length == 5
 #
 # array.remove "A"