This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename t/op/core*.t
authorFather Chrysostomos <sprout@cpan.org>
Sat, 27 Aug 2011 04:48:47 +0000 (21:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 27 Aug 2011 04:48:47 +0000 (21:48 -0700)
commit47ac839d7e6d83a2222bbfea12c7e622983213a4
tree4ac47af051c9342e444a31bead7f38d6574c23d3
parent94ec06bc74ba3a61d5daddf3adeaa53459960136
Rename t/op/core*.t

Originally, coresubs.t was going to be for generic tests and
coreinline.t was going to be for inlining.  But the latter ended
up testing other things than inlining, the former testing just
&ampersand() calls.  So this commits renames coresubs.t to coreamp.t
and coreinline.t to coresubs.t.
MANIFEST
t/op/coreamp.t [new file with mode: 0644]
t/op/coreinline.t [deleted file]
t/op/coresubs.t