diff options
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/asan_default_suppressions.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/asan_default_suppressions.cc b/compiler-rt/test/asan/TestCases/Linux/asan_default_suppressions.cc index 6e7c9cfbcb1..5ff59c1dfe7 100644 --- a/compiler-rt/test/asan/TestCases/Linux/asan_default_suppressions.cc +++ b/compiler-rt/test/asan/TestCases/Linux/asan_default_suppressions.cc @@ -5,10 +5,3 @@ extern "C" { } // CHECK: AddressSanitizer: failed to parse suppressions int main() {} -// Test that we use the suppressions from __asan_default_suppressions. -// RUN: %clangxx_asan %s -o %t && not %run %t 2>&1 | FileCheck %s -extern "C" { - const char *__asan_default_suppressions() { return "FooBar"; } -} -// CHECK: AddressSanitizer: failed to parse suppressions -int main() {} |

