Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / not-instrumented.test
blob6bf51f05c0f26a30760e574dbcb1c50b4db112cd
1 RUN: %cpp_compiler %S/NotinstrumentedTest.cpp -fsanitize-coverage=0 -o %t-NotinstrumentedTest-NoCoverage
2 RUN: %run %t-NotinstrumentedTest-NoCoverage -runs=100 2>&1 | FileCheck %s --check-prefix=NO_COVERAGE
4 NO_COVERAGE: WARNING: no interesting inputs were found so far. Is the code instrumented for coverage?