X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F55-yaml.t;h=5a020bb2bb329b62ac0faa95556914ce50967bbf;hb=dcfb1d1d1a544d27a82cb174168df23abc539acb;hp=2eb8d4e5bb91a2f28b73b39d36beacf95c663bca;hpb=4198bf8c36c5f90c71845bd2505d953d3422037e;p=p5sagit%2FConfig-Any.git diff --git a/t/55-yaml.t b/t/55-yaml.t index 2eb8d4e..5a020bb 100644 --- a/t/55-yaml.t +++ b/t/55-yaml.t @@ -23,5 +23,5 @@ else { my $config = eval { Config::Any::YAML->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }