Stupid test syntax errors
Peter Rabbitson [Sat, 27 Nov 2010 15:46:12 +0000 (15:46 +0000)]
t/accessors_xs_cachedwarn.t

index 6b17dd4..acc1f48 100644 (file)
@@ -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;