X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08special_ops.t;h=bbccd146089808be69d8b2e04302941d9c989ee4;hb=c461c25c909bf7be7f4562f564a82af90b6fb71a;hp=5bc599602ce3a5edb48a62c021fec83d209925ea;hpb=96449e8ea5159e5448ebfc81dfa200dc674f366b;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/08special_ops.t b/t/08special_ops.t index 5bc5996..bbccd14 100644 --- a/t/08special_ops.t +++ b/t/08special_ops.t @@ -4,10 +4,7 @@ use strict; use warnings; use Test::More; -use FindBin; -use lib "$FindBin::Bin"; -use TestSqlAbstract; - +use SQL::Abstract::Test qw/is_same_sql_bind/; plan tests => 2; use SQL::Abstract;