diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/deprecated-instrumentation.test')
-rw-r--r-- | compiler-rt/test/fuzzer/deprecated-instrumentation.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/deprecated-instrumentation.test b/compiler-rt/test/fuzzer/deprecated-instrumentation.test index 7192aba556a..d65abcd772b 100644 --- a/compiler-rt/test/fuzzer/deprecated-instrumentation.test +++ b/compiler-rt/test/fuzzer/deprecated-instrumentation.test @@ -1,4 +1,4 @@ -CHECK: libFuzzer does not support -fsanitize-coverage=trace-pc +CHECK: -fsanitize-coverage=trace-pc is no longer supported by libFuzzer RUN: %cpp_compiler %S/SimpleTest.cpp -c -o %t-SimpleTest.o -fsanitize-coverage=trace-pc RUN: %cpp_compiler %t-SimpleTest.o -o %t-SimpleTest RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s |