Fix bug base in array-test

This commit is contained in:
Matthias Clasen 2011-02-15 00:02:42 -05:00
parent a46885242b
commit b21b3a01c7

View File

@ -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);