X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Fcore_quoted.t;h=53ce03bdb135224f7d75fa8d4b558227373c76f8;hb=a63c42fc0b2844ff59bc86719fbe2c779067f171;hp=f02cf0d6b8f4dd80084fd37979f4c9d544e25a09;hpb=130f0abd0ea76114ffdea39a4fea352a35e5e742;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/core_quoted.t b/t/sqlmaker/core_quoted.t index f02cf0d..53ce03b 100644 --- a/t/sqlmaker/core_quoted.t +++ b/t/sqlmaker/core_quoted.t @@ -3,8 +3,6 @@ use warnings; use Test::More; -local $TODO = 'Temporarily todo-ed for dq2eb'; - use lib qw(t/lib); use DBICTest; use DBIC::SqlMakerTest;