FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined

This commit is contained in:
Seven Du 2018-10-01 11:06:34 +08:00 committed by Chris Rienzo
parent 6dfa124e86
commit e36caa7544
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ static void fst_session_park(switch_core_session_t *session)
* Define the beginning of a test suite not associated with a module.
* @param suite the name of this test suite
*/
#define FST_SUITE_BEGIN(suite) FCT_FIXTURE_SUITE_BGN \
#define FST_SUITE_BEGIN(suite) \
const char *fst_test_module = NULL; \
FCT_FIXTURE_SUITE_BGN(suite)