Fix make check
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 May 2011 21:07:46 +0000 (17:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 1 May 2011 21:10:04 +0000 (17:10 -0400)
commitef5d4d55fe76b71edaf83999ca7408121a5439fa
treeddec95e922a61ebfa4c641bfeb93ae6c1f5ecb7b
parenta84637377ca81fe53bff1f694c7364eda21b88c9
Fix make check

g_thread_init() causes a hash table to be allocated (in read_aliases).
Since hash tables are now a bit larger, we need to bump one of the
probe sizes to avoid our probe slice being used for the aliases
hash table.
tests/slice-threadinit.c