mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
tests: fix copy/paste from tsan -> asan comments
This commit is contained in:
parent
ca9cc25ce8
commit
f0661bf318
@ -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"
|
||||
"=================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user