projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d56d716
)
Un-TODO warning test
Rafael Garcia-Suarez [Sun, 28 Feb 2010 22:47:19 +0000 (23:47 +0100)]
dist/Safe/t/safesort.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/Safe/t/safesort.t
b/dist/Safe/t/safesort.t
index
991884d
..
797e155
100644
(file)
--- a/
dist/Safe/t/safesort.t
+++ b/
dist/Safe/t/safesort.t
@@
-57,6
+57,5
@@
is $@, 42, 'successful closure call should not alter $@';
local $SIG{__WARN__} = sub { $warns++ };
ok !eval { $die_func->("died\n"); 1 }, 'should die';
is $@, "died\n", '$@ should be set correctly';
- local $TODO = "Shouldn't warn";
is $warns, 0;
}