X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F10-set.t;h=190846c6972956359b799d9f0db65f28fcf7b206;hb=ee0f9123624eb8e48675f80303ed436b9a94e348;hp=f8d4dee883657c2a1a27bf2535dc5e3dba358ab9;hpb=9e8367c3ac993eb5733ab8a1b517d037f8d9b8f4;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/t/10-set.t b/t/10-set.t index f8d4dee..190846c 100644 --- a/t/10-set.t +++ b/t/10-set.t @@ -128,7 +128,7 @@ eval { }; is $@, '', 'adding something to a path set doesn\'t croak'; -check [ $path, $path ], 'two identical path sets', <<'RES'; +check Tikz->seq($path, $path), 'two identical path sets', <<'RES'; \draw foo bar baz foo ; \draw foo bar baz foo ; RES