diff options
Diffstat (limited to 'llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test')
-rw-r--r-- | llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test b/llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test index 76894faa183..b2a697042b0 100644 --- a/llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test +++ b/llvm/test/tools/llvm-profdata/raw-magic-but-no-header.test @@ -3,4 +3,4 @@ RUN: not llvm-profdata show %t 2>&1 | FileCheck %s RUN: printf '\377lprofr\201' > %t RUN: not llvm-profdata show %t 2>&1 | FileCheck %s -CHECK: error: {{.+}}: Invalid instrumentation profile data (file header is corrupt) +CHECK: error: {{.+}}: Invalid profile data (file header is corrupt) |