We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b937272 commit 7e481a0Copy full SHA for 7e481a0
test/unit.c
@@ -3105,9 +3105,7 @@ int main(int argc, const char * argv[]) {
3105
result += test_report("VTab Test: ", do_test_vtab(db));
3106
result += test_report("Functions Test:", do_test_functions(db, print_result));
3107
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");
+ result += test_report("String Func Test:", do_test_string_replace_prefix());
3111
3112
// close local database
3113
db = close_db(db);
0 commit comments