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 5ac6a15 commit 509d599
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 @@ -53,7 +53,7 @@ NO_INLINE void function_2(bool output = false, size_t level = 0)
function_1(output, level);
}

// Sanitizers wrongly reports info on the rust side and they may mess up the stacktrace.
// 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
#if !defined(THREAD_SANITIZER) && !defined(ADDRESS_SANITIZER)
Expand Down

0 comments on commit 509d599

Please sign in to comment.