Fix typo in test description
Dave Rolsky [Mon, 29 Aug 2011 16:24:51 +0000 (11:24 -0500)]
t/bugs/attribute_trait_parameters.t

index 1d0afc9..7f49a69 100644 (file)
@@ -41,7 +41,7 @@ use Test::Requires {
                 R => { -excludes => ['method'] },
             ],
         );
-    } q{}, 'no warning with -alias parameterized attribute traits';
+    } q{}, 'no warning with -excludes parameterized attribute traits';
 }
 
 done_testing;