xref: /llvm-project/llvm/test/tools/llvm-cov/misssing-profdata.test (revision cd8fe1dbcb7dd36f700681ced34b41993e844239)
1RUN: not llvm-cov show -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
2RUN: not llvm-cov export -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
3RUN: not llvm-cov report -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
4
5CHECK: nonexistent.profdata: could not read profile data!
6