projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a468852
)
Fix bug base in array-test
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Feb 2011 05:02:42 +0000
(
00:02
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Feb 2011 05:03:19 +0000
(
00:03
-0500)
glib/tests/array-test.c
patch
|
blob
|
history
diff --git
a/glib/tests/array-test.c
b/glib/tests/array-test.c
index c570a8ef0441dfb5c351743669ddde3e58844ff2..69d52b58388d7ee23a38eb3792d8937aa9e922b6 100644
(file)
--- a/
glib/tests/array-test.c
+++ b/
glib/tests/array-test.c
@@
-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);