projects
/
p5sagit/Devel-BeginLift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ebf179b
)
Make the tests pass with warnings enabled.
Florian Ragwitz [Thu, 16 Oct 2008 20:35:33 +0000 (20:35 +0000)]
t/constcalc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/constcalc.t
b/t/constcalc.t
index
755d238
..
ad560b6
100644
(file)
--- a/
t/constcalc.t
+++ b/
t/constcalc.t
@@
-18,7
+18,7
@@
warn bar("bar")."\n";
no Devel::BeginLift;
-foo();
+foo('');
END {
use Test::More 'no_plan';