DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 040_type_constraints / 004_util_find_type_constraint.t
index 8fe6a6b..390cf76 100644 (file)
@@ -31,7 +31,7 @@ foreach my $type_name (qw(
     )) {
     is(find_type_constraint($type_name)->name,
        $type_name,
-       '... got the right name for ' . $type_name);
+       'got the right name for ' . $type_name);
 }
 
 # TODO: