Skip to content

Commit 7e481a0

Browse files
committed
fix merge conflict
1 parent b937272 commit 7e481a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3105,9 +3105,7 @@ int main(int argc, const char * argv[]) {
31053105
result += test_report("VTab Test: ", do_test_vtab(db));
31063106
result += test_report("Functions Test:", do_test_functions(db, print_result));
31073107
result += test_report("Functions Test (Int):", do_test_internal_functions());
3108-
3109-
result = do_test_string_replace_prefix();
3110-
printf("%-24s %s\n", "String Func Test:", (result) ? "OK" : "FAILED");
3108+
result += test_report("String Func Test:", do_test_string_replace_prefix());
31113109

31123110
// close local database
31133111
db = close_db(db);

0 commit comments

Comments
 (0)