]> Nishi Git Mirror - gwion.git/commitdiff
:art: array coverage
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 12 Mar 2020 19:35:36 +0000 (20:35 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 12 Mar 2020 19:35:36 +0000 (20:35 +0100)
tests/bug/array.gw

index 90b52c2804b441141c87096aecb015e133dba530..ca58279ef80af4f256da89f98e40ad3dd8160703 100644 (file)
@@ -4,8 +4,6 @@ class Test_Array
   float   f[4];
   i[0];
   f[0];
-  v[0];
-  w[0];
 
   2                      => i[0];
   5.7                    => f[0];