diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-06 16:26:18 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-06 16:26:18 +0200 |
commit | 0bdb90953749ee86ab7a033ca1aea5852a9bb804 (patch) | |
tree | 6ab5ae0bb06a9f85c8590a9d19dff603db2c88bf | |
parent | f7b649f061a3f4f4023e8a7183ec774ef01bab60 (diff) | |
download | perl-0bdb90953749ee86ab7a033ca1aea5852a9bb804.tar.gz |
Remove commented out reference to Test::More
-rw-r--r-- | t/x2p/s2p.t | 1 |
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'; |