diff options
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/Linux/ptrace.cc')
-rw-r--r-- | compiler-rt/lib/asan/lit_tests/TestCases/Linux/ptrace.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ptrace.cc b/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ptrace.cc index 8356eac220b..c6195f63895 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ptrace.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ptrace.cc @@ -1,5 +1,5 @@ // RUN: %clangxx_asan -O0 %s -o %t && %t -// RUN: %clangxx_asan -DPOSITIVE -O0 %s -o %t && %t 2>&1 | %symbolize | FileCheck %s +// RUN: %clangxx_asan -DPOSITIVE -O0 %s -o %t && %t 2>&1 | FileCheck %s #include <assert.h> #include <stdio.h> |