aboutsummaryrefslogtreecommitdiff
path: root/posix/bug-regex20.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/bug-regex20.c')
-rw-r--r--posix/bug-regex20.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/bug-regex20.c b/posix/bug-regex20.c
index e709ef5fee..e55a06d270 100644
--- a/posix/bug-regex20.c
+++ b/posix/bug-regex20.c
@@ -271,7 +271,6 @@ main (void)
continue;
}
- /* XXX: This causes regex segfault. Disable for now.
res = re_search (&regbuf, tests[i].string, str_len, str_len, -str_len,
NULL);
if (res != tests[i].res)
@@ -280,7 +279,7 @@ main (void)
ret = 1;
regfree (&regbuf);
continue;
- } */
+ }
regfree (&regbuf);
}