]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined
authorSeven Du <dujinfang@x-y-t.cn>
Mon, 1 Oct 2018 03:06:34 +0000 (11:06 +0800)
committerChris Rienzo <chris@signalwire.com>
Thu, 20 Dec 2018 15:16:46 +0000 (10:16 -0500)
src/include/test/switch_test.h

index 268f779e3c7172ce593896e0950bbfe605e1a531..85ad2ae91e8cb2f6e569299c0534faf015d811c9 100644 (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)