This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new c4fa56845 gcov: Add a signature end statement to test statement 
matching
c4fa56845 is described below

commit c4fa5684574f10fa1a8810145930e714724458a7
Author: wangmingrong1 <[email protected]>
AuthorDate: Wed Dec 11 21:18:36 2024 +0800

    gcov: Add a signature end statement to test statement matching
    
    Signed-off-by: wangmingrong1 <[email protected]>
---
 system/gcov/gcov.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/gcov/gcov.c b/system/gcov/gcov.c
index d96cf6f9c..1feec7d0a 100644
--- a/system/gcov/gcov.c
+++ b/system/gcov/gcov.c
@@ -200,5 +200,6 @@ int main(int argc, FAR char *argv[])
       gcov_dump(path, strip);
     }
 
+  printf("Gcov dump complete\n");
   return 0;
 }

Reply via email to