From: Lukas Mai Date: Thu, 1 Nov 2012 13:02:50 +0000 (+0100) Subject: un-todo foreign tests we pass :-) X-Git-Tag: v1.00~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3517027a9d268798fcfa844a1f885a8fcba0dc5f;p=p5sagit%2FFunction-Parameters.git un-todo foreign tests we pass :-) --- diff --git a/t/foreign/signatures/proto.t b/t/foreign/signatures/proto.t index ded1cc4..0f68e13 100644 --- a/t/foreign/signatures/proto.t +++ b/t/foreign/signatures/proto.t @@ -30,14 +30,14 @@ BEGIN { is(@warnings, 0, 'no warnings with correct :proto declarations') } fun invalid_proto ($x) : (invalid) { $x } BEGIN { - TODO: { - local $TODO = ':proto checks not yet implemented'; + #TODO: { + # local $TODO = ':proto checks not yet implemented'; is(@warnings, 1, 'warning with illegal :proto'); like( $warnings[0], qr/Illegal character in prototype for fun invalid_proto : invalid at /, 'warning looks sane', ); - } + #} }