diff options
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-temp.cc')
-rw-r--r-- | compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-temp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-temp.cc b/compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-temp.cc index 4b1d6f02ce1..1bb309b2392 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-temp.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/use-after-scope-temp.cc @@ -1,5 +1,5 @@ // RUN: %clangxx_asan -O0 -fsanitize=use-after-scope %s -o %t && \ -// RUN: %t 2>&1 | %symbolize | FileCheck %s +// RUN: %t 2>&1 | FileCheck %s // // Lifetime for temporaries is not emitted yet. // XFAIL: * |