mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 15:50:50 -06:00
tests: fix copy/paste from tsan -> asan comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# this file simulates a program that has been built with thread sanitizer
|
||||
# this file simulates a program that has been built with address sanitizer
|
||||
# options
|
||||
|
||||
message("ASAN_OPTIONS = [$ENV{ASAN_OPTIONS}]")
|
||||
@@ -12,8 +12,7 @@ endif()
|
||||
# clear the log file
|
||||
file(REMOVE "${LOG_FILE}.2343")
|
||||
|
||||
# create an error of each type of thread santizer
|
||||
# these names come from tsan_report.cc in llvm
|
||||
# create an example error from address santizer
|
||||
|
||||
file(APPEND "${LOG_FILE}.2343"
|
||||
"=================================================================
|
||||
|
||||
Reference in New Issue
Block a user