Remove erroneous driver test for -fsanitize=fuzzer flag

libfuzzer is not available on all platforms, and hence we can not always
rely that it was compiled.

llvm-svn: 301216
This commit is contained in:
George Karpenkov 2017-04-24 18:36:31 +00:00
parent fd23a0c095
commit 38b0d82b2d
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
//
// CHECK-LIBCXX-DARWIN: -lc++
// RUN: %clang -fsanitize=fuzzer %s
int LLVMFuzzerTestOneInput(const char *Data, long Size) {
return 0;
}