summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-01 14:33:35 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-11-13 04:49:37 -0800
commit0b2df18fd3736ebdac552d596b8976109f9f4643 (patch)
treeb9f52c7febc09340988119fad3e81ddfaaeb4c78 /MANIFEST
parent1567c65ac069266bfe65959430c185babd476538 (diff)
downloadperl-0b2df18fd3736ebdac552d596b8976109f9f4643.tar.gz
Put sub(){ ... } constant tests in a new file
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 36add9b93c..cb992f1a7d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5179,6 +5179,7 @@ t/op/closure.t See if closures work
t/op/closure_test.pl Extra file for closure.t
t/op/concat2.t Tests too complex for concat.t
t/op/cond.t See if conditional expressions work
+t/op/const-optree.t Tests for sub(){...} becoming constant
t/op/context.t See if context propagation works
t/op/coreamp.t Test &foo() calls for CORE subs
t/op/coresubs.t Generic tests for CORE subs