Make the tests pass with warnings enabled.
Florian Ragwitz [Thu, 16 Oct 2008 20:35:33 +0000 (20:35 +0000)]
t/constcalc.t

index 755d238..ad560b6 100644 (file)
@@ -18,7 +18,7 @@ warn bar("bar")."\n";
 
 no Devel::BeginLift;
 
-foo();
+foo('');
 
 END {
   use Test::More 'no_plan';