mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 11.7 into main
This commit is contained in:
@ -241,8 +241,10 @@ check_number_normalize(const char *in, const char *expected)
|
||||
|
||||
|
||||
int
|
||||
main(void)
|
||||
main(int argc, char** argv)
|
||||
{
|
||||
MY_INIT(argv[0]);
|
||||
|
||||
plan(88);
|
||||
diag("Testing json_normalization.");
|
||||
|
||||
@ -276,5 +278,6 @@ main(void)
|
||||
test_json_normalize_nested_deep();
|
||||
test_json_normalize_non_utf8();
|
||||
|
||||
my_end(MY_CHECK_ERROR);
|
||||
return exit_status();
|
||||
}
|
||||
|
Reference in New Issue
Block a user