tests: fix copy/paste from tsan -> asan comments

This commit is contained in:
Ben Boeckel 2014-10-06 13:43:28 -04:00
parent ca9cc25ce8
commit f0661bf318

View File

@ -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"
"=================================================================