summaryrefslogtreecommitdiff
path: root/t/op/coresubs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/coresubs.t')
-rw-r--r--t/op/coresubs.t6
1 files changed, 3 insertions, 3 deletions
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';