summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-04-26 10:26:17 +0000
committerRicardo Signes <rjbs@semiotic.systems>2021-10-15 09:28:26 -0400
commit4a04bf00f0cd3fce8bdd48b0a8898a08c68fae33 (patch)
tree2ddd5367eae4de78798fc037e80da40c906899a0 /MANIFEST
parent1d7b70436255bf0e7e5c9a8db29ffbf04371b978 (diff)
downloadperl-4a04bf00f0cd3fce8bdd48b0a8898a08c68fae33.tar.gz
Tests for existing for loop optrees.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 257490834d..c407c3a730 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4186,6 +4186,7 @@ ext/B/t/o.t See if O works
ext/B/t/optree_check.t test OptreeCheck apparatus
ext/B/t/optree_concise.t more B::Concise tests
ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs
+ext/B/t/optree_for.t for loops
ext/B/t/optree_misc.t misc optree tests
ext/B/t/optree_samples.t various basic codes: if for while
ext/B/t/optree_sort.t inplace sort optimization regression