test-strv: do not declare table to be sorted const

Segmentation fault under clang.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2013-04-05 00:31:59 -04:00
parent 737563e4bb
commit 1e64bbc156
+1 -1
View File
@@ -161,7 +161,7 @@ static void test_strv_overlap(void) {
}
static void test_strv_sort(void) {
const char * const input_table[] = {
const char* input_table[] = {
"durian",
"apple",
"citrus",