Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: SchrodingerZhu <[email protected]>
  • Loading branch information
SchrodingerZhu committed Mar 28, 2022
1 parent 509d599 commit b2cc6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Common/tests/gtest_stacktrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b2cc6b5

Please sign in to comment.