From bfce6a3ec7ddae6ac64d6a35dab18471c421ad67 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 26 Aug 2011 21:57:59 -0700 Subject: Update the comments at the top of t/op/core*.t --- t/op/coreamp.t | 5 +---- t/op/coresubs.t | 6 +++--- 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'; -- cgit v1.2.1