summaryrefslogtreecommitdiff
path: root/src/test/test-strv.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-05 00:31:59 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-04-05 00:31:59 -0400
commit1e64bbc15671db861c811bdf63014eee826a6eca (patch)
tree7d8c66eba898628daf2658f278c912acc3832d33 /src/test/test-strv.c
parent737563e4bb1606cae1dd0e9484f9e82da466fe76 (diff)
test-strv: do not declare table to be sorted const
Segmentation fault under clang.
Diffstat (limited to 'src/test/test-strv.c')
-rw-r--r--src/test/test-strv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-strv.c b/src/test/test-strv.c
index 2a1c0057ce..074e1bb3d4 100644
--- a/src/test/test-strv.c
+++ b/src/test/test-strv.c
@@ -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",