From c60b2c2ed651a7f9152c028f89a298a177095a5e Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Fri, 7 Aug 2015 20:12:52 -0700 Subject: [PATCH] try to fix the pcrepp test --- test/test_pcrepp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_pcrepp.cc b/test/test_pcrepp.cc index a9c6c57b..3bd47c21 100644 --- a/test/test_pcrepp.cc +++ b/test/test_pcrepp.cc @@ -109,7 +109,7 @@ int main(int argc, char *argv[]) "foo (?:bar)", "foo [(]", "foo \\Q(bar)\\E", - "(*LIMIT_MATCH=3)", + "(*UTF)", "(?i)", NULL