blob: ab0a04f7a5b951edf89dea23af17e8cc535d03f2 (
plain)
1
2
3
4
5
|
RUN: not llvm-cov show -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
RUN: not llvm-cov export -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
RUN: not llvm-cov report -instr-profile=%t.nonexistent.profdata %t.nonexistent 2>&1 | FileCheck %s
CHECK: nonexistent.profdata: could not read profile data!
|