diff options
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow64.cc')
-rw-r--r-- | compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow64.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow64.cc b/compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow64.cc index c02c923b82d..a726b449496 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow64.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/Linux/zero-base-shadow64.cc @@ -1,9 +1,9 @@ // RUN: %clangxx_asan -O0 -fsanitize-address-zero-base-shadow -fPIE -pie %s -o %t -// RUN: %t 2>&1 | %symbolize | FileCheck %s +// RUN: %t 2>&1 | FileCheck %s // RUN: %clangxx_asan -O1 -fsanitize-address-zero-base-shadow -fPIE -pie %s -o %t -// RUN: %t 2>&1 | %symbolize | FileCheck %s +// RUN: %t 2>&1 | FileCheck %s // RUN: %clangxx_asan -O2 -fsanitize-address-zero-base-shadow -fPIE -pie %s -o %t -// RUN: %t 2>&1 | %symbolize | FileCheck %s +// RUN: %t 2>&1 | FileCheck %s // Zero-base shadow only works on x86_64 and i386. // REQUIRES: x86_64-supported-target, asan-64-bits |