diff --git a/tests/util/test_list.cpp b/tests/util/test_list.cpp index cf72a3f..370ecb9 100644 --- a/tests/util/test_list.cpp +++ b/tests/util/test_list.cpp @@ -97,7 +97,7 @@ struct FixtureStrings{ char *name; for (int i = 0; i < numNames; i++) { - name = _strdup(names[i]); + name = strdup(names[i]); append_list(list, &name); } }