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
1 changed files with 2 additions and 3 deletions

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 # options
message("ASAN_OPTIONS = [$ENV{ASAN_OPTIONS}]") message("ASAN_OPTIONS = [$ENV{ASAN_OPTIONS}]")
@ -12,8 +12,7 @@ endif()
# clear the log file # clear the log file
file(REMOVE "${LOG_FILE}.2343") file(REMOVE "${LOG_FILE}.2343")
# create an error of each type of thread santizer # create an example error from address santizer
# these names come from tsan_report.cc in llvm
file(APPEND "${LOG_FILE}.2343" file(APPEND "${LOG_FILE}.2343"
"================================================================= "=================================================================