Skip test_prof_thread_name_validation if !config_prof.
This commit is contained in:
parent
fc12c0b8bc
commit
b72d4abc5f
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user