X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08special_ops.t;h=7632be4289d5d9795ad9a07a1f7c72d8274877fe;hb=10e6c94609fc94467ef8f281ffe192d8038ffc9e;hp=5348e0e42fac3b9c2af1b3ad10f00afb7ad601be;hpb=c84a43217912905d7fdab027f7ca8641003665ea;p=scpubgit%2FQ-Branch.git diff --git a/t/08special_ops.t b/t/08special_ops.t index 5348e0e..7632be4 100644 --- a/t/08special_ops.t +++ b/t/08special_ops.t @@ -54,16 +54,10 @@ my @tests = ( ); - -plan tests => scalar(@tests); - for (@tests) { my($stmt, @bind) = $sqlmaker->where($_->{where}, $_->{order}); is_same_sql_bind($stmt, \@bind, $_->{stmt}, $_->{bind}); } - - - - +done_testing;