X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=t%2F12-geo.t;h=87832f7c75d0d288e00489b74698791880af5046;hp=c1caa3e31b169dcbbe941579823f79392a2a3adb;hb=65b895926935d98e3bd34b82a6e8b4e4e6b2f09c;hpb=93cd22e1b7e23ed939e79ec70c4baa5c3ecc158a diff --git a/t/12-geo.t b/t/12-geo.t index c1caa3e..87832f7 100644 --- a/t/12-geo.t +++ b/t/12-geo.t @@ -106,7 +106,7 @@ RES like $@, qr/at least two LaTeX::TikZ::Set::Point objects are needed in order to build a polyline/, "creating a $desc from only one Tikz point croaks"; $pl = eval { - Tikz->$polyline(qw/foo bar/); + Tikz->$polyline(qw); }; like $@, failed_valid('LaTeX::TikZ::Point::Autocoerce'), "creating a $desc from two string croaks"; }