summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-06 16:26:18 +0200
committerNicholas Clark <nick@ccl4.org>2009-10-06 16:26:18 +0200
commit0bdb90953749ee86ab7a033ca1aea5852a9bb804 (patch)
tree6ab5ae0bb06a9f85c8590a9d19dff603db2c88bf
parentf7b649f061a3f4f4023e8a7183ec774ef01bab60 (diff)
downloadperl-0bdb90953749ee86ab7a033ca1aea5852a9bb804.tar.gz
Remove commented out reference to Test::More
-rw-r--r--t/x2p/s2p.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/x2p/s2p.t b/t/x2p/s2p.t
index bad16330ff..95db0e2264 100644
--- a/t/x2p/s2p.t
+++ b/t/x2p/s2p.t
@@ -36,7 +36,6 @@ BEGIN {
@INC = ( '../lib' );
}
-### use Test::More;
use File::Copy;
use File::Spec;
require './test.pl';