From d7919c41ebb906b8d468df6fb4851cf7f5f74323 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 10 Jan 2014 22:05:35 -0800 Subject: [PATCH] t/re/pat.t: Keep minitest passing --- t/re/pat.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/re/pat.t b/t/re/pat.t index 5676422..d539050 100644 --- a/t/re/pat.t +++ b/t/re/pat.t @@ -1515,11 +1515,14 @@ EOP qr/\s?c/a qr/[[:alpha:]]?c/u )) { + SKIP: { + skip "no re-debug under miniperl" if is_miniperl; my $prog = <<"EOP"; use re qw(Debug COMPILE); $re; EOP fresh_perl_like($prog, qr/synthetic stclass/, "stderr", "$re generates a synthetic start class"); + } } -- 2.7.4