DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 020_attributes / 018_no_init_arg.t
index 62f6e5a..17ae490 100644 (file)
@@ -18,7 +18,7 @@ use Test::Exception;
             init_arg => undef,
         );
     };
-    ::ok(!$@, '... created the attr okay');
+    ::ok(!$@, 'created the attr okay');
 }
 
 {