X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcustom_exception_class_simple.t;h=8c8c0c245a510575c043ae3d66685a774b21daf3;hb=bedfa17f708442bb57308bf992ffcb857a6b22a8;hp=e358043c273f5f90f0a42b31ea935aff1daa134a;hpb=f1abcb4a7a3374b2e400b33b9cf5c0c6a5d49734;p=catagits%2FCatalyst-Runtime.git diff --git a/t/custom_exception_class_simple.t b/t/custom_exception_class_simple.t index e358043..8c8c0c2 100644 --- a/t/custom_exception_class_simple.t +++ b/t/custom_exception_class_simple.t @@ -10,6 +10,3 @@ use Test::Exception; lives_ok { require TestAppClassExceptionSimpleTest; } 'Can load application'; - -1; -