diff options
author | Karl Williamson <khw@cpan.org> | 2016-12-11 07:39:33 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-12-11 07:45:16 -0700 |
commit | f4d81e25a0ea2bbd1ec961e01cd4472d1a72203f (patch) | |
tree | 3ac9837249c96919d6ac3ba9d9c9efd94c636a87 /t/io | |
parent | c47992b404786dcb8752239045e21cbcd7e3d103 (diff) | |
download | perl-f4d81e25a0ea2bbd1ec961e01cd4472d1a72203f.tar.gz |
io/perlio.t: Un-TODO now passing test
This was fixed by c47992b404786dcb8752239045e21cbcd7e3d103.
Diffstat (limited to 't/io')
-rw-r--r-- | t/io/perlio.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/perlio.t b/t/io/perlio.t index 91652abe56..187cd273e7 100644 --- a/t/io/perlio.t +++ b/t/io/perlio.t @@ -189,7 +189,7 @@ SKIP: { } - { local $TODO = 'fails well back into 5.8.x'; + { sub read_fh_and_return_final_rv { |