projects
/
p5sagit/Import-Into.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2afb524
)
eliminate done_testing
Matt S Trout [Thu, 3 May 2012 19:51:54 +0000 (19:51 +0000)]
t/import_into.t
patch
|
blob
|
blame
|
history
diff --git
a/t/import_into.t
b/t/import_into.t
index
504dcbe
..
bc323fb
100644
(file)
--- a/
t/import_into.t
+++ b/
t/import_into.t
@@
-1,6
+1,6
@@
use strict;
use warnings FATAL => 'all';
-use Test::More;
+use Test::More qw(no_plan);
BEGIN {
@@
-48,5
+48,3
@@
is(do {
is(scalar @w, 1, 'Only one entry in @w');
like($w[0], qr/uninitialized/, 'Correct warning');
-
-done_testing;