From 0c58c9f9cab543c7862ae49dde70f0ffe52aa337 Mon Sep 17 00:00:00 2001 From: bjd Date: Mon, 28 Apr 2025 14:57:06 +0800 Subject: [PATCH 1/2] test Signed-off-by: bjd --- src/sqlite3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlite3.c b/src/sqlite3.c index 946815f..8295ceb 100644 --- a/src/sqlite3.c +++ b/src/sqlite3.c @@ -45,7 +45,7 @@ /* Special Comments: ** -** Some comments have special meaning to the tools that measure test +** Some comments have special meaning to the tools that measure test1 ** coverage: ** ** NO_TEST - The branches on this line are not -- Gitee From 7c4288a047d25f6449bfc4b38d3059879b564a06 Mon Sep 17 00:00:00 2001 From: bjd Date: Mon, 28 Apr 2025 21:06:37 +0800 Subject: [PATCH 2/2] test Signed-off-by: bjd --- src/sqlite3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlite3.c b/src/sqlite3.c index 8295ceb..946815f 100644 --- a/src/sqlite3.c +++ b/src/sqlite3.c @@ -45,7 +45,7 @@ /* Special Comments: ** -** Some comments have special meaning to the tools that measure test1 +** Some comments have special meaning to the tools that measure test ** coverage: ** ** NO_TEST - The branches on this line are not -- Gitee