DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 070_native_traits / 010_array_from_role.t
index 80aac85..51d2795 100644 (file)
@@ -37,8 +37,8 @@ use Test::Exception;
     use Moose;
 
     ::lives_ok{ with 'Stuffed::Role';
-        } '... this should work correctly';
+        } 'this should work correctly';
 
     ::lives_ok{ with 'Bulkie::Role';
-        } '... this should work correctly';
+        } 'this should work correctly';
 }