X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F50-general.t;h=c73c68aad2cd62eb4a53e3a562b4c648fb0b9105;hb=d733c5b132b66af16359b072300ff2a05d84b323;hp=59b3f35a56385363ae020d5d06156e3efe92dd82;hpb=77f14cda81a1985461745614ec79a76d25f13ac4;p=p5sagit%2FConfig-Any.git diff --git a/t/50-general.t b/t/50-general.t index 59b3f35..c73c68a 100644 --- a/t/50-general.t +++ b/t/50-general.t @@ -30,5 +30,5 @@ else { my $config = eval { Config::Any::General->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }