diff options
Diffstat (limited to 't/op/rt69056.t')
-rw-r--r-- | t/op/rt69056.t | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/t/op/rt69056.t b/t/op/rt69056.t deleted file mode 100644 index 5c92b36bfd..0000000000 --- a/t/op/rt69056.t +++ /dev/null @@ -1,19 +0,0 @@ -#!perl -w - -=head1 DESCRIPTION - -This test tests against a regular expression bug -that leads to a segfault - -The bug was reported in [perl #69056] by Niko Tyni - -=cut - -use strict; -require 't/test.pl'; - -fresh_perl_is( - '$_=q(foo);s/(.)\G//g;print' - => 'foo', - '[perl #69056] positive GPOS regex segfault' -); |