]> granicus.if.org Git - llvm/commitdiff
[llvm-profdata] Fix buildbot failure on llvm-clang-x86_64-expensive-checks-win
authorRong Xu <xur@google.com>
Mon, 8 Jul 2019 22:17:55 +0000 (22:17 +0000)
committerRong Xu <xur@google.com>
Mon, 8 Jul 2019 22:17:55 +0000 (22:17 +0000)
This fixes buildbot failure in LLVM on llvm-clang-x86_64-expensive-checks-win
from r365386.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365401 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-profdata/same-filename.test

index f73caa1dfc486749365eb4e846ea0facdf036638..3a6884bab6339d9ac308d2aabed65725e37cb6c8 100644 (file)
@@ -13,7 +13,7 @@ RUN: diff %t_show_2 %t_show_1
 
 We report error for the show command.
 RUN: not llvm-profdata show -o %t.1.profdata %t.1.profdata 2>&1 | FileCheck %s
-CHECK: llvm-profdata show: Input file name cannot be the same as the output file name!
+CHECK: llvm-profdata{{.*}} show: Input file name cannot be the same as the output file name!
 
 This is OK for merging sample fdo profiles.
 RUN: cp %S/Inputs/same-name-3.proftext %t.3.proftext