From af06fece799ede501ebbbecc683b061541ba64dd Mon Sep 17 00:00:00 2001 From: chenqiuhao1997 Date: Thu, 23 Jul 2026 21:10:36 +0800 Subject: [PATCH] Delete test target small_but_slow_with_assertions in cmake omitted in commit 88d9d1e. --- tcmalloc/tcmalloc_variants.cmake | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tcmalloc/tcmalloc_variants.cmake b/tcmalloc/tcmalloc_variants.cmake index 15421465b..f53718955 100644 --- a/tcmalloc/tcmalloc_variants.cmake +++ b/tcmalloc/tcmalloc_variants.cmake @@ -123,14 +123,6 @@ function(tcmalloc_cc_test_variants) DEPS ${TCMALLOC_DEPS} $ ) set_tests_properties(${TCMALLOC_NAME}_small_but_slow PROPERTIES ENVIRONMENT "TEST_TMPDIR=${CMAKE_CURRENT_BINARY_DIR};TEST_SRCDIR=${CMAKE_SOURCE_DIR}") - tcmalloc_cc_test(NAME ${TCMALLOC_NAME}_small_but_slow_with_assertions - SRCS ${TCMALLOC_SRCS} - HDRS ${TCMALLOC_HDRS} - COPTS ${TCMALLOC_COPTS} -DTCMALLOC_INTERNAL_SMALL_BUT_SLOW - LINKOPTS ${TCMALLOC_LINKOPTS} - DEPS ${TCMALLOC_DEPS} $ - ) - set_tests_properties(${TCMALLOC_NAME}_small_but_slow_with_assertions PROPERTIES ENVIRONMENT "TEST_TMPDIR=${CMAKE_CURRENT_BINARY_DIR};TEST_SRCDIR=${CMAKE_SOURCE_DIR}") tcmalloc_cc_test(NAME ${TCMALLOC_NAME}_256k_pages_pow2 SRCS ${TCMALLOC_SRCS} HDRS ${TCMALLOC_HDRS}