summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-21 14:50:22 +0000
committerNicholas Clark <nick@ccl4.org>2011-02-21 14:50:22 +0000
commite55b089a984517eb26e82f4ab40b82f3ef47b0eb (patch)
tree3711da4b12c4cb5576e03c6361856f4520c7156a /MANIFEST
parentf299c5a14ed4ed2fd75f01659ba6dcfa3ef38c9f (diff)
downloadperl-e55b089a984517eb26e82f4ab40b82f3ef47b0eb.tar.gz
Break out the test for #72922 into a new test file.
Skip the new t/re/qr-72922.t under minitest.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 50553ef2c4..0230231c44 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5023,6 +5023,7 @@ t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\
t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
t/re/pat.t See if esoteric patterns work
t/re/pat_thr.t See if esoteric patterns work in another thread
+t/re/qr-72922.t Test for bug #72922
t/re/qr_gc.t See if qr doesn't leak
t/re/qrstack.t See if qr expands the stack properly
t/re/qr.t See if qr works