aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-08-11 16:07:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-08-11 16:07:24 +0000
commite4799c2c7ab261c3c5a548ea5e87809e07734a0c (patch)
treef4a97f7b879081a621c11db4f986dda427eed25b /contrib/netbsd-tests
parent8551ff3fba86ee14bb3dc10740f7241078496d1c (diff)
downloadsrc-e4799c2c7ab261c3c5a548ea5e87809e07734a0c.tar.gz
src-e4799c2c7ab261c3c5a548ea5e87809e07734a0c.zip
Reenable the test.
Sorry I was testing on the wrong branch.
Notes
Notes: svn path=/head/; revision=286638
Diffstat (limited to 'contrib/netbsd-tests')
-rw-r--r--contrib/netbsd-tests/lib/libc/regex/t_regex_att.c2
1 files changed, 1 insertions, 1 deletions
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);