diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-25 10:49:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-02-25 10:50:51 +0000 |
commit | bba7f4956fa0a1d271f29d9ec8887c6158ac91ea (patch) | |
tree | f1e8c664a16f02cf2f9f8662bf6bce45673431b1 | |
parent | 5f7e08184df31eeb866392ce8ab71df14c419912 (diff) | |
download | perl-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.t | 1 |
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)); |