Skip test_prof_thread_name_validation if !config_prof.

This commit is contained in:
Jason Evans 2014-10-03 23:41:53 -07:00
parent fc12c0b8bc
commit b72d4abc5f

View File

@ -40,6 +40,8 @@ TEST_BEGIN(test_prof_thread_name_validation)
{
const char *thread_name;
test_skip_if(!config_prof);
mallctl_thread_name_get("");
mallctl_thread_name_set("hi there");