Reenable the test.

Sorry I was testing on the wrong branch.
This commit is contained in:
Baptiste Daroussin 2015-08-11 16:07:24 +00:00
parent 8551ff3fba
commit e4799c2c7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286638

View File

@ -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);