summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-25 10:49:50 +0000
committerNicholas Clark <nick@ccl4.org>2011-02-25 10:50:51 +0000
commitbba7f4956fa0a1d271f29d9ec8887c6158ac91ea (patch)
treef1e8c664a16f02cf2f9f8662bf6bce45673431b1
parent5f7e08184df31eeb866392ce8ab71df14c419912 (diff)
downloadperl-bba7f4956fa0a1d271f29d9ec8887c6158ac91ea.tar.gz
Remove now-unnecessary C<use File::Spec> from t/op/inccode.t
This has been vestigial since 1c25d394345c1b97 converted it to using test.pl's tempfile().
-rw-r--r--t/op/inccode.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/inccode.t b/t/op/inccode.t
index 7edb34522f..58377a3291 100644
--- a/t/op/inccode.t
+++ b/t/op/inccode.t
@@ -20,7 +20,6 @@ if (!$minitest) {
}
use strict;
-use File::Spec;
require "test.pl";
plan(tests => 49 + !$minitest * (3 + 14 * $can_fork));