From: Jérémie Astor Date: Thu, 12 Mar 2020 19:35:36 +0000 (+0100) Subject: :art: array coverage X-Git-Tag: nightly~1726^2~30 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9b588dc773e06fba6ff115edf3e98b06a4dc09ef;p=gwion.git :art: array coverage --- diff --git a/tests/bug/array.gw b/tests/bug/array.gw index 90b52c28..ca58279e 100644 --- a/tests/bug/array.gw +++ b/tests/bug/array.gw @@ -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];