[ASan] Remove leading underscores from function names in output tests
authorAlexey Samsonov <samsonov@google.com>
Mon, 1 Jul 2013 08:41:45 +0000 (08:41 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 1 Jul 2013 08:41:45 +0000 (08:41 +0000)
commitcc510707af20f2dbcf0d6893c4a96c36072799be
treef2310382b76f2b324ab433c503a7965ebe5a9b45
parent8918140809cba31c8e12221844c0ab975b772e58
[ASan] Remove leading underscores from function names in output tests

llvm-svn: 185315
16 files changed:
compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow32.cc
compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow64.cc
compiler-rt/lib/asan/lit_tests/TestCases/global-overflow.cc
compiler-rt/lib/asan/lit_tests/TestCases/heap-overflow.cc
compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc
compiler-rt/lib/asan/lit_tests/TestCases/large_func_test.cc
compiler-rt/lib/asan/lit_tests/TestCases/null_deref.cc
compiler-rt/lib/asan/lit_tests/TestCases/shared-lib-test.cc
compiler-rt/lib/asan/lit_tests/TestCases/stack-overflow.cc
compiler-rt/lib/asan/lit_tests/TestCases/strncpy-overflow.cc
compiler-rt/lib/asan/lit_tests/TestCases/use-after-free-right.cc
compiler-rt/lib/asan/lit_tests/TestCases/use-after-free.cc
compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-inlined.cc
compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-temp.cc
compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope.cc
compiler-rt/lib/asan/lit_tests/TestCases/wait.cc