From e4799c2c7ab261c3c5a548ea5e87809e07734a0c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 11 Aug 2015 16:07:24 +0000 Subject: [PATCH] Reenable the test. Sorry I was testing on the wrong branch. --- contrib/netbsd-tests/lib/libc/regex/t_regex_att.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c b/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c index 1873e853750a..0ca44b47577e 100644 --- a/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c +++ b/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c @@ -631,7 +631,7 @@ ATF_TP_ADD_TCS(tp) ATF_TP_ADD_TC(tp, basic); ATF_TP_ADD_TC(tp, categorization); ATF_TP_ADD_TC(tp, nullsubexpr); -// ATF_TP_ADD_TC(tp, leftassoc); + ATF_TP_ADD_TC(tp, leftassoc); ATF_TP_ADD_TC(tp, rightassoc); ATF_TP_ADD_TC(tp, forcedassoc); ATF_TP_ADD_TC(tp, repetition);