]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
test_astobj2_weaken: Fix source file registration. 13/113/1
authorCorey Farrell <git@cfware.com>
Tue, 14 Apr 2015 20:59:29 +0000 (16:59 -0400)
committerCorey Farrell <git@cfware.com>
Tue, 14 Apr 2015 20:59:29 +0000 (16:59 -0400)
Update test_astobj2_weaken to use the new AST_REGISTER_FILE macro.

Change-Id: Ieedadf16610f2e042f393e0501a36447cd07f83d

tests/test_astobj2_weaken.c

index b68aeda3a9bc8a9be4a5183812e03d18fe29d4bb..e53ab7a00d95dce93c88845ccfe5777b2be952e5 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "$Revision: 419175 $")
+ASTERISK_REGISTER_FILE()
 
 #include "asterisk/utils.h"
 #include "asterisk/module.h"