change system header file from dd-system to dd-deviced
[platform/core/system/system-server.git] / src / shared / TC / unit / utc_MODULE_API_func.c.in
index b235fa3..c64c623 100644 (file)
@@ -35,7 +35,7 @@ static void utc_@MODULE@_@API@_func_01(void)
        int r = 0;
 
 /*
-       r = @API@(...);
+       r = @API@(...);
 */
        if (r) {
                tet_infoline("@API@() failed in positive test case");
@@ -53,7 +53,7 @@ static void utc_@MODULE@_@API@_func_02(void)
        int r = 0;
 
 /*
-       r = @API@(...);
+       r = @API@(...);
 */
        if (r) {
                tet_infoline("@API@() failed in negative test case");