summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/re_tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/t/re_tests')
-rw-r--r--gnu/usr.bin/perl/t/re_tests3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/t/re_tests b/gnu/usr.bin/perl/t/re_tests
deleted file mode 100644
index 2ac666ab382..00000000000
--- a/gnu/usr.bin/perl/t/re_tests
+++ /dev/null
@@ -1,3 +0,0 @@
-a.+?c abcabc y $& abc
-(a+|b)* ab y $&-$1 ab-b
-(a+|b){0,} ab y $&-$1 ab-b