From: Corey Farrell Date: Tue, 14 Apr 2015 20:59:29 +0000 (-0400) Subject: test_astobj2_weaken: Fix source file registration. X-Git-Tag: 14.0.0-beta1~1064 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F113%2F1;p=thirdparty%2Fasterisk.git test_astobj2_weaken: Fix source file registration. Update test_astobj2_weaken to use the new AST_REGISTER_FILE macro. Change-Id: Ieedadf16610f2e042f393e0501a36447cd07f83d --- diff --git a/tests/test_astobj2_weaken.c b/tests/test_astobj2_weaken.c index b68aeda3a9..e53ab7a00d 100644 --- a/tests/test_astobj2_weaken.c +++ b/tests/test_astobj2_weaken.c @@ -30,7 +30,7 @@ #include "asterisk.h" -ASTERISK_FILE_VERSION(__FILE__, "$Revision: 419175 $") +ASTERISK_REGISTER_FILE() #include "asterisk/utils.h" #include "asterisk/module.h"