projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4bc8f6
)
General clean up to make it more like the others.
Ken Youens-Clark [Fri, 6 Jun 2003 22:46:27 +0000 (22:46 +0000)]
t/04file,fh,string.t
patch
|
blob
|
blame
|
history
diff --git
a/t/04file,fh,string.t
b/t/04file,fh,string.t
index
658782e
..
e4b28e4
100644
(file)
--- a/
t/04file,fh,string.t
+++ b/
t/04file,fh,string.t
@@
-13,9
+13,7
@@
use strict;
use IO::File;
use SQL::Translator;
-use Test::More;
-
-plan tests => 3;
+use Test::More tests => 3;
# Our object; uses the default parser and producer
my $tr = SQL::Translator->new;