]> Nishi Git Mirror - gwion.git/commitdiff
:art: Improve tuple test
authorfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 8 Oct 2019 13:33:00 +0000 (15:33 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 8 Oct 2019 13:33:00 +0000 (15:33 +0200)
tests/tuple/tuple_member_float.gw

index 0205d812e22194ba65d75b05cdac3691c04c5529..d3fbc990ce697ec3fd58a93b2aa3329f3783aac2 100644 (file)
@@ -1,4 +1,4 @@
-<(.2, #(1), 3) @=> <~float, complex, int~>Tuple @t;
+<(.2, @(1), 3) @=> <~float, Vec3, int~>Tuple @t;
 t[0];
 t[1];
 3 => t[2];