From: Peter Rabbitson Date: Sat, 27 Nov 2010 15:46:12 +0000 (+0000) Subject: Stupid test syntax errors X-Git-Tag: v0.10000~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-Accessor-Grouped.git;a=commitdiff_plain;h=6026fe65dd079309ddbb6145aaca95007c480aa7 Stupid test syntax errors --- diff --git a/t/accessors_xs_cachedwarn.t b/t/accessors_xs_cachedwarn.t index 6b17dd4..acc1f48 100644 --- a/t/accessors_xs_cachedwarn.t +++ b/t/accessors_xs_cachedwarn.t @@ -34,8 +34,8 @@ my @w; is ( scalar (grep { $_ =~ /^\QDeferred version of method AccessorGroups::singlefield invoked more than once/ } @w), - 3 - '3 warnings produced as expected on cached invocation during testing' + 3, + '3 warnings produced as expected on cached invocation during testing', ); done_testing;