Wiki page enlightenment-regression.md changed with summary [encoding] by Andrew Williams

This commit is contained in:
Andrew Williams 2018-01-05 06:35:51 -08:00 committed by apache
parent f9d01fc60e
commit 76ac6b1128
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ To add a new test to the suite follow these steps
Add the following content to src/<newtestname>.c as a starting point:
#include "e_mod_main.h"
TEST_FN(<testname>)
TEST_FN(&lt;testname&gt;)
{
// Initialize stuff here
}