mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Fix bug base in array-test
This commit is contained in:
parent
a46885242b
commit
b21b3a01c7
@ -764,7 +764,7 @@ main (int argc, char *argv[])
|
||||
{
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_test_bug_base ("http://bugs.gnome.org/%s");
|
||||
g_test_bug_base ("http://bugs.gnome.org/");
|
||||
|
||||
/* array tests */
|
||||
g_test_add_func ("/array/append", array_append);
|
||||
|
Loading…
Reference in New Issue
Block a user