summaryrefslogtreecommitdiffstats
path: root/test/integration/thread_tcache_enabled.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/thread_tcache_enabled.c')
-rw-r--r--test/integration/thread_tcache_enabled.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/thread_tcache_enabled.c b/test/integration/thread_tcache_enabled.c
index 0c343a6..95c9acc 100644
--- a/test/integration/thread_tcache_enabled.c
+++ b/test/integration/thread_tcache_enabled.c
@@ -60,8 +60,6 @@ thd_start(void *arg) {
free(malloc(1));
return NULL;
- test_skip("\"thread.tcache.enabled\" mallctl not available");
- return NULL;
}
TEST_BEGIN(test_main_thread) {