diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-06 17:43:28 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-10-06 19:28:45 (GMT) |
commit | f0661bf318b75ebb191a4e0ba07e4e15d260710d (patch) | |
tree | 59c38f0848b6a930057cdba7d25ce76dd9e3ea40 /Tests/CTestTestMemcheck | |
parent | ca9cc25ce8c6f74998fd9f30d36449814c170ea5 (diff) | |
download | CMake-f0661bf318b75ebb191a4e0ba07e4e15d260710d.zip CMake-f0661bf318b75ebb191a4e0ba07e4e15d260710d.tar.gz CMake-f0661bf318b75ebb191a4e0ba07e4e15d260710d.tar.bz2 |
tests: fix copy/paste from tsan -> asan comments
Diffstat (limited to 'Tests/CTestTestMemcheck')
-rw-r--r-- | Tests/CTestTestMemcheck/testAddressSanitizer.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Tests/CTestTestMemcheck/testAddressSanitizer.cmake b/Tests/CTestTestMemcheck/testAddressSanitizer.cmake index a073151..3082e4b 100644 --- a/Tests/CTestTestMemcheck/testAddressSanitizer.cmake +++ b/Tests/CTestTestMemcheck/testAddressSanitizer.cmake @@ -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" "================================================================= |