fix errorneous planning (no_plan doesn't take args)
Yuval Kogman [Sun, 7 Sep 2008 23:18:15 +0000 (23:18 +0000)]
t/100_bugs/017_type_constraint_messages.t

index 6740e81..0f18e53 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More no_plan => 1;
+use Test::More "no_plan";
 use Test::Exception;