Fix duplicate test code introduced by running "patch -p0" twice

Sorry, SVN had some weird problems so I had to revert and reapply the patch
locally a couple of times and didn't notice I've added file contents to the same
file....

llvm-svn: 230505
This commit is contained in:
Timur Iskhodzhanov 2015-02-25 17:01:09 +00:00
parent 6296d5ccfd
commit 73e5951ed9
1 changed files with 0 additions and 7 deletions

View File

@ -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() {}