summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-26 21:57:59 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-26 21:57:59 -0700
commitbfce6a3ec7ddae6ac64d6a35dab18471c421ad67 (patch)
tree0b7b57cda33cf6ea222d4f8b6d993774e5942c51
parent47ac839d7e6d83a2222bbfea12c7e622983213a4 (diff)
downloadperl-bfce6a3ec7ddae6ac64d6a35dab18471c421ad67.tar.gz
Update the comments at the top of t/op/core*.t
-rw-r--r--t/op/coreamp.t5
-rw-r--r--t/op/coresubs.t6
2 files changed, 4 insertions, 7 deletions
diff --git a/t/op/coreamp.t b/t/op/coreamp.t
index f21ba76888..3d866e3379 100644
--- a/t/op/coreamp.t
+++ b/t/op/coreamp.t
@@ -5,10 +5,7 @@
# the subroutines themselves, not the ops that they might inline themselves
# as when called as barewords.
-# coreinline.t tests the inlining of these subs as ops. Since it was
-# convenient, I also put the prototype and undefinedness checking in that
-# file, even though those have nothing to do with inlining. (coreinline.t
-# reads the list in keywords.pl, which is why it’s convenient.)
+# Other tests for CORE subs are in coresubs.t
BEGIN {
chdir 't' if -d 't';
diff --git a/t/op/coresubs.t b/t/op/coresubs.t
index 34ae9e23ed..e64655339b 100644
--- a/t/op/coresubs.t
+++ b/t/op/coresubs.t
@@ -1,8 +1,8 @@
#!./perl
-# This script tests the inlining of CORE:: subs. Since it’s convenient
-# (this script reads the list in keywords.pl), we also test that prototypes
-# match the built-ins and check for undefinedness.
+# This script tests the inlining and prototype of CORE:: subs. Any generic
+# tests that are not specific to &foo-style calls should go in this
+# file, too.
BEGIN {
chdir 't' if -d 't';