diff options
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/double-free.cc')
-rw-r--r-- | compiler-rt/lib/asan/lit_tests/TestCases/double-free.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/double-free.cc b/compiler-rt/lib/asan/lit_tests/TestCases/double-free.cc index 6e6f4bbdc98..a3d307d5b6d 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/double-free.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/double-free.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 <stdlib.h> #include <string.h> |