From b2cc6b5416ff955f9049cad82c60a70947eff391 Mon Sep 17 00:00:00 2001 From: SchrodingerZhu Date: Mon, 28 Mar 2022 15:50:08 +0800 Subject: [PATCH] typo Signed-off-by: SchrodingerZhu --- dbms/src/Common/tests/gtest_stacktrace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Common/tests/gtest_stacktrace.cpp b/dbms/src/Common/tests/gtest_stacktrace.cpp index 7b97d69b801..7aedd9115a3 100644 --- a/dbms/src/Common/tests/gtest_stacktrace.cpp +++ b/dbms/src/Common/tests/gtest_stacktrace.cpp @@ -55,7 +55,7 @@ NO_INLINE void function_2(bool output = false, size_t level = 0) // Sanitizers wrongly report info on the rust side and they may mess up the stacktrace. // Setting no_sanitize does not fix the issue. -// we skip the multi-thread test for TSAN +// we skip the stacktrace tests for TSAN #if !defined(THREAD_SANITIZER) && !defined(ADDRESS_SANITIZER) TEST(StackTrace, SingleThread) {