From c23da482466852e1f0b7803ae253214f22b37523 Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Mon, 8 Jul 2019 22:17:55 +0000 Subject: [PATCH] [llvm-profdata] Fix buildbot failure on llvm-clang-x86_64-expensive-checks-win This fixes buildbot failure in LLVM on llvm-clang-x86_64-expensive-checks-win from r365386. llvm-svn: 365401 --- llvm/test/tools/llvm-profdata/same-filename.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/tools/llvm-profdata/same-filename.test b/llvm/test/tools/llvm-profdata/same-filename.test index f73caa1dfc48..3a6884bab633 100644 --- a/llvm/test/tools/llvm-profdata/same-filename.test +++ b/llvm/test/tools/llvm-profdata/same-filename.test @@ -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