blob: 7192aba556ae34031ffc29a162e47cd9f7f3f9e3 (
plain)
1
2
3
4
|
CHECK: libFuzzer does not support -fsanitize-coverage=trace-pc
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
|