commit | 13f89cd19b5425e2671390ef971f00b51f6bb113 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <samsonov@google.com> | Fri Jun 28 15:52:44 2013 +0000 |
committer | Alexey Samsonov <samsonov@google.com> | Fri Jun 28 15:52:44 2013 +0000 |
tree | d24504f217d3fe99cdd95d7d4e50f774e8ee2053 | |
parent | c026e8bc8e2afaf45cdb44670995afd8953e075c [diff] [blame] |
[ASan] Remove %symbolize from lit tests: we now use external symbolizer instead of python script llvm-svn: 185163
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/stack-frame-demangle.cc b/compiler-rt/lib/asan/lit_tests/TestCases/stack-frame-demangle.cc index a4afe5d..68f3872 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/stack-frame-demangle.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/stack-frame-demangle.cc
@@ -1,4 +1,4 @@ -// RUN: %clangxx_asan -O0 %s -o %t && %t 2>&1 | %symbolize | FileCheck %s +// RUN: %clangxx_asan -O0 %s -o %t && %t 2>&1 | FileCheck %s #include <string.h>