mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 04:31:27 +00:00
test-strv: do not declare table to be sorted const
Segmentation fault under clang.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user