diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2017-12-28 17:00:37 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2017-12-28 17:00:37 +0000 |
commit | 0af3be45603a35180e7e32fcb05de1e693779d6e (patch) | |
tree | 94adfe0ae9c79c34dbf6573cebf4b4319a7eca22 /llvm/test/tools/llvm-cov | |
parent | 3a13ed60ba26194b8fce1f69d62c87835ca2dfb0 (diff) | |
download | bcm5719-llvm-0af3be45603a35180e7e32fcb05de1e693779d6e.tar.gz bcm5719-llvm-0af3be45603a35180e7e32fcb05de1e693779d6e.zip |
Fix tests after move to utohexstr.
llvm-svn: 321527
Diffstat (limited to 'llvm/test/tools/llvm-cov')
-rw-r--r-- | llvm/test/tools/llvm-cov/cov-comdat.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/cov-comdat.test b/llvm/test/tools/llvm-cov/cov-comdat.test index 9d227163699..e8018d58be6 100644 --- a/llvm/test/tools/llvm-cov/cov-comdat.test +++ b/llvm/test/tools/llvm-cov/cov-comdat.test @@ -9,7 +9,7 @@ REQUIRES: shell // RUN: llvm-cov show %S/Inputs/binary-formats.v1.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -path-equivalence=/tmp,%S/Inputs %S/Inputs/instrprof-comdat.h -dump 2> %t.err | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h // RUN: FileCheck --check-prefix=ERROR -input-file %t.err %s -// ERROR: hash-mismatch: No profile record found for 'main' with hash = 0xA +// ERROR: hash-mismatch: No profile record found for 'main' with hash = 0xa // RUN: llvm-cov show %S/Inputs/binary-formats.v2.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -path-equivalence=/root/llvm/test/tools,%S/.. %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h // RUN: llvm-cov show %S/Inputs/binary-formats.v2.linux32l -instr-profile %S/Inputs/elf_binary_comdat.profdata -path-equivalence=/root/llvm/R/../test/tools,%S/.. %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h |